Skip to content

Commit

Permalink
chore: Add autobuild
Browse files Browse the repository at this point in the history
Refreshing the docs manually got old, fast. Adding autobuild to make
docs writing less burdonsome.
  • Loading branch information
techman83 committed Apr 6, 2024
1 parent 4e13c75 commit a412df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

livehtml:
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ development = [

# docs
"sphinx",
"sphinx-autobuild",
"sphinx-issues",
"sphinxcontrib-log-cabinet",
"sphinx-tabs",
Expand Down

0 comments on commit a412df9

Please sign in to comment.