Move docs requirements to docs root folder
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Packages (pip)
|
- name: Install Packages (pip)
|
||||||
run: pip install -r docs/source/requirements.txt
|
run: pip install -r docs/requirements.txt
|
||||||
|
|
||||||
- name: Build Assets
|
- name: Build Assets
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
sphinx-book-theme
|
|
||||||
sphinx>=5.0
|
|
||||||
sphinx-favicon
|
|
||||||
sphinx-design
|
|
||||||
pygments>=2.7
|
|
||||||
docutils>=0.17.1
|
docutils>=0.17.1
|
||||||
|
pygments>=2.7
|
||||||
|
sphinx-book-theme
|
||||||
|
sphinx-design
|
||||||
|
sphinx-favicon
|
||||||
|
sphinx-intl
|
||||||
|
sphinx>=5.0
|
||||||
@@ -138,7 +138,7 @@ packages from PyPi:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. 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:
|
The documentation can then be built from the root folder in the source code by running:
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ if [ ! -d $ENVPATH ]; then
|
|||||||
python3 -m venv $ENVPATH
|
python3 -m venv $ENVPATH
|
||||||
fi
|
fi
|
||||||
source $ENVPATH/bin/activate
|
source $ENVPATH/bin/activate
|
||||||
pip3 install -r docs/source/requirements.txt
|
pip3 install -r docs/requirements.txt
|
||||||
python3 pkgutils.py build-assets
|
python3 pkgutils.py build-assets
|
||||||
deactivate
|
deactivate
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ if [ ! -d $ENVPATH ]; then
|
|||||||
python3 -m venv $ENVPATH
|
python3 -m venv $ENVPATH
|
||||||
fi
|
fi
|
||||||
source $ENVPATH/bin/activate
|
source $ENVPATH/bin/activate
|
||||||
pip3 install -r docs/source/requirements.txt
|
pip3 install -r docs/requirements.txt
|
||||||
python3 pkgutils.py build-assets
|
python3 pkgutils.py build-assets
|
||||||
deactivate
|
deactivate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user