Skip to content

Commit

Permalink
Merge pull request #2617 from lsst-sqre/u/rra/tox-docs
Browse files Browse the repository at this point in the history
Use tox v4 syntax consistently
  • Loading branch information
rra authored Oct 4, 2023
2 parents 90ce6da + ae635c2 commit 30e38c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/about/contributing-docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use the tox_ ``docs`` environment for compiling the documentation:

.. code-block:: bash
tox -e docs
tox run -e docs
The built documentation is located in the ``docs/_build/html`` directory.

Expand All @@ -36,7 +36,7 @@ Links in the documentation are validated in the GitHub Actions workflow, but you

.. code-block:: bash
tox -e docs-linkcheck
tox run -e docs-linkcheck
Submitting a pull request and sharing documentation drafts
==========================================================
Expand Down

0 comments on commit 30e38c1

Please sign in to comment.