docs: Add requirements.txt file with dependencies for Sphinx.
Signed-off-by: Jos Verlinde <Jos.Verlinde@Microsoft.com>
This commit is contained in:
parent
da193c42f6
commit
a93ebd0e03
|
@ -17,6 +17,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
- name: Install Python packages
|
||||
run: pip install Sphinx
|
||||
run: pip install -r docs/requirements.txt
|
||||
- name: Build docs
|
||||
run: make -C docs/ html
|
||||
|
|
|
@ -245,7 +245,7 @@ that you use a virtual environment:
|
|||
|
||||
$ python3 -m venv env
|
||||
$ source env/bin/activate
|
||||
$ pip install sphinx
|
||||
$ pip install -r docs/requirements.txt
|
||||
|
||||
Navigate to the ``docs`` directory:
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
sphinx~=7.2.6
|
||||
sphinxcontrib.jquery==4.1
|
Loading…
Reference in New Issue