chore(docs) upgrade to Sphinx 4 and use requirements.txt

This commit is contained in:
Themba Dube
2021-05-14 20:25:40 -04:00
parent 0ba2e25626
commit a6086edfc0
3 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
run: sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english latexmk fonts-freefont-otf
- name: Install requirements
run: |
pip install --upgrade --upgrade-strategy eager Sphinx==3.5.4 breathe==4.30.0 recommonmark==0.6.0 commonmark==0.9.1 sphinx-rtd-theme==0.5.2 sphinx-markdown-tables==0.0.15 sphinx-sitemap==2.2.0
pip install -r docs/requirements.txt
- name: Setup Emscripten cache
id: cache-system-libraries
uses: actions/cache@v2