Skip to content

Commit

Permalink
- apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 2, 2024
1 parent 531327c commit 35d1099
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Empty file removed docs/_static/.gitignore
Empty file.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
4 changes: 2 additions & 2 deletions docs/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 35d1099

Please sign in to comment.