Skip to content

Commit 5b2d5c3

Browse files
Added sphinx requirements to pyproject.toml (#1279)
* Added Sphinx dependencies to pyproject.toml * Updated documentation * Updates poetry.lock Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 45afef3 commit 5b2d5c3

File tree

3 files changed

+106
-43
lines changed

3 files changed

+106
-43
lines changed

docs/source/contributing/development.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ sticks to our coding conventions.
212212
to your pull request. Make sure not to introduce any Sphinx errors, and have
213213
a look at the built HTML files to see whether the formatting of the documentation
214214
you added looks like you intended. You can build the documentation locally
215-
by running ``pip install -r docs/requirements.txt``
216-
and then running ``make html``.
215+
by running ``make html`` from the ``docs`` directory.
217216

218217
Finally, if the pipeline passes and you are satisfied with your changes: wait for
219218
feedback and iterate over any requested changes. You will likely be asked to

0 commit comments

Comments
 (0)