From 35d10997e7484f1ef732f6e6c27ec55f2459f33a Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Wed, 2 Oct 2024 08:51:43 +0200 Subject: [PATCH] - apply feedback --- docs/_static/.gitignore | 0 docs/conf.py | 2 +- docs/hacking.rst | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 docs/_static/.gitignore diff --git a/docs/_static/.gitignore b/docs/_static/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/conf.py b/docs/conf.py index f56df18d..538bb613 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'furo' -html_static_path = ['_static'] +# html_static_path = ['_static'] # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { diff --git a/docs/hacking.rst b/docs/hacking.rst index 9c51f974..a5af55b6 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -121,8 +121,8 @@ its ``tox.ini`` file: - The ``lint`` environment runs various "code quality" tests on the source, and fails on any errors they find. -- The ``py38``, ``py39``, ``py310``, ``py311``, ``py312``, ``py313``, and - ``pypy3`` environments each build an environment from the corresponding +- The ``pyXX`` and ``pypy3`` environments each build an environment from the + corresponding Python version, install :mod:`zope.meta` and testing dependencies, and runs the tests. It then installs ``Sphinx`` and runs the doctest snippets.