Skip to content

Commit

Permalink
Update after initial review.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Jul 20, 2022
1 parent 7676e28 commit f94c083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test =
; release scripts and process.
dev_release =
towncrier ~= 19.2
pydoctor ~= 22.5.0; python_version >= "3.6"
pydoctor ~= 22.7.0
sphinx-rtd-theme ~= 0.5
readthedocs-sphinx-ext ~= 2.1
sphinx >= 4.1.2, <6
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ commands =
--project-name=Twisted \
--project-url=https://twisted.org/ \
--system-class=twisted.python._pydoctor.TwistedSystem \
--template-dir={toxinidir}/src/twisted/python/_pydoctortemplates \
--project-base-dir={toxinidir}/src/twisted \
--docformat=epytext \
--intersphinx=https://docs.python.org/3/objects.inv \
--intersphinx=https://cryptography.io/en/latest/objects.inv \
Expand All @@ -179,7 +181,6 @@ commands =
--intersphinx=https://priority.readthedocs.io/en/stable/objects.inv \
--intersphinx=https://zopeinterface.readthedocs.io/en/latest/objects.inv \
--intersphinx=https://automat.readthedocs.io/en/latest/objects.inv \
--project-base-dir={toxinidir}/src/twisted \
--html-output=docs/_build/api \
src/twisted

Expand Down

0 comments on commit f94c083

Please sign in to comment.