Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
fix: don't show autogenerated class attrs in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LimaoC committed Aug 19, 2024
1 parent ae37cdb commit 7059e2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ docs-clean:

# Spin up a local server to serve documentation pages
# Auto-reloads when code changes in PACKAGEDIR are made
# Set custom environment variables for sphinx-apidoc, REF: https://github.com/sphinx-doc/sphinx/issues/8664
docs-live: export SPHINX_APIDOC_OPTIONS=members,show-inheritance
docs-live:
$(POETRY) sphinx-autobuild --open-browser --watch "$(PACKAGEDIR)" -a "$(SOURCEDIR)" "$(BUILDDIR)/html"

0 comments on commit 7059e2a

Please sign in to comment.