Move docs requirements to docs root folder

This commit is contained in:
Veronica Berglyd Olsen
2025-02-02 21:34:43 +01:00
parent a87e8289f7
commit 4cbbe5f2e3
5 changed files with 10 additions and 9 deletions
-6
View File
@@ -1,6 +0,0 @@
sphinx-book-theme
sphinx>=5.0
sphinx-favicon
sphinx-design
pygments>=2.7
docutils>=0.17.1
+1 -1
View File
@@ -138,7 +138,7 @@ packages from PyPi:
.. code-block:: bash
pip install -r docs/source/requirements.txt
pip install -r docs/requirements.txt
The documentation can then be built from the root folder in the source code by running: