Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aslgraefe committed Sep 30, 2024
1 parent 0333c36 commit 563aae4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ help:
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

livehtml:
sphinx-autobuild docs/ _build/html
7 changes: 0 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@
html_static_path = ['_static']
pygments_style = 'sphinx'

if on_rtd:
# Use the output directory that Read the Docs provides via the environment variable
html_output_dir = os.environ.get('READTHEDOCS_OUTPUT', '_build/html')
else:
# Local builds will use the default Sphinx output directory
html_output_dir = '_build/html'

# -- Autodoc setup ------------------------------------------------------------

autodoc_member_order = 'bysource'
Expand Down

0 comments on commit 563aae4

Please sign in to comment.