Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
namurphy authored and nabobalis committed Sep 6, 2024
1 parent a3607f9 commit e067040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/installation_for_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ For any questions or discussions, you can email us at `[email protected]`.

.. _PEP-8: https://peps.python.org/pep-0008
.. _Nox: https://nox.thea.codes
.. _Sphinx: https://www.sphinx-doc.org
.. _Sphinx: https://www.sphinx-doc.org
4 changes: 3 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ def docs(session):
sphinx_fail_on_warnings = ["-W", "--keep-going"]
sphinx_builder = ["-b", "html"]
sphinx_nitpicky = ["-n"]
sphinx_opts = sphinx_paths + sphinx_fail_on_warnings + sphinx_builder + sphinx_nitpicky
sphinx_opts = (
sphinx_paths + sphinx_fail_on_warnings + sphinx_builder + sphinx_nitpicky
)

session.install(".[dev,docs]")
session.run(
Expand Down

0 comments on commit e067040

Please sign in to comment.