Skip to content

Commit

Permalink
nevermind, that breaks links
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed May 31, 2024
1 parent c42e197 commit efc6c3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS = -W # treat warnings as errors
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = source
BUILDDIR = build
Expand Down
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ def builder_inited_handler(app):
input = pandoc.read(source=None, file=infile, format="markdown")
pandoc.write(input, file=outfile, format="rst")

os.environ["SPHINX_APIDOC_OPTIONS"] = "members,undoc-members,show-inheritance,no-index"

result = subprocess.run(
[
"sphinx-apidoc",
Expand Down

0 comments on commit efc6c3d

Please sign in to comment.