summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-10-24 06:03:43 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-05-13 06:29:44 -0400
commit41c122b15c210552e9363835316885a520bf567f (patch)
tree7be3a35a588e6ecf875aeaa8b5854d0fb0c9df6c
parent3137ebdb31ece9ab926ac8c0760f2f2e2b67600c (diff)
downloadpython-coveragepy-git-41c122b15c210552e9363835316885a520bf567f.tar.gz
docs: go back to avoided doc tooling
-rw-r--r--doc/requirements.in4
-rw-r--r--tox.ini4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/requirements.in b/doc/requirements.in
index 42eca405..15c81417 100644
--- a/doc/requirements.in
+++ b/doc/requirements.in
@@ -7,12 +7,12 @@
-c ../requirements/pins.pip
cogapp
-#doc8
+doc8
pyenchant
scriv # for writing GitHub releases
sphinx
sphinx-autobuild
sphinx_rtd_theme
-#sphinx-tabs
+sphinx-tabs
sphinxcontrib-restbuilder
sphinxcontrib-spelling
diff --git a/tox.ini b/tox.ini
index ab66ca2f..24173f9f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -64,7 +64,7 @@ allowlist_externals =
commands =
# If this command fails, see the comment at the top of doc/cmd.rst
python -m cogapp -cP --check --verbosity=1 doc/*.rst
- #doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst
+ doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst
sphinx-build -b html -aEnqW doc doc/_build/html
rst2html.py --strict README.rst doc/_build/trash
- sphinx-build -b html -b linkcheck -aEnq doc doc/_build/html
@@ -85,7 +85,7 @@ commands =
# If this command fails, see the comment at the top of doc/cmd.rst
python -m cogapp -cP --check --verbosity=1 doc/*.rst
python -m cogapp -cP --check --verbosity=1 .github/workflows/*.yml
- #doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst
+ doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst
python -m pylint --notes= {env:LINTABLE}
check-manifest --ignore 'doc/sample_html/*,.treerc'
# If 'build -q' becomes a thing (https://github.com/pypa/build/issues/188),