Skip to content

Commit

Permalink
docs: Don't generate APIDOC for deprecated modules
Browse files Browse the repository at this point in the history
The re-exports on these deprecated modules were confusing Sphinx as to
which of the two possible targets to link to.
  • Loading branch information
Wuestengecko committed Feb 22, 2024
1 parent f246ed0 commit f16f2ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ help:

# Auto-generate API documentation
apidoc:
sphinx-apidoc --module-first --output-dir source/code --force .. ../capellambse/sphinx.py ../capellambse/repl.py
sphinx-apidoc --module-first --output-dir source/code --force .. \
../capellambse/aird/diagram.py \
../capellambse/extensions/reqif/elements.py \
../capellambse/repl.py \
../capellambse/sphinx.py

clean-apidoc:
rm -rfv source/code
Expand Down

0 comments on commit f16f2ea

Please sign in to comment.