Skip to content
Snippets Groups Projects
Unverified Commit cfd04c75 authored by auphelia's avatar auphelia Committed by GitHub
Browse files

Merge pull request #804 from Xilinx/fix/rtd

Fix sphinx version for readthedocs website
parents d9f60b0d f494b609
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,6 @@ RUN pip install jupyter==1.0.0 --ignore-installed
RUN pip install markupsafe==2.0.1
RUN pip install matplotlib==3.3.1 --ignore-installed
RUN pip install pytest-dependency==0.5.1
RUN pip install sphinx==5.0.2
RUN pip install sphinx_rtd_theme==0.5.0
RUN pip install pytest-xdist[setproctitle]==2.4.0
RUN pip install pytest-parallel==0.1.0
RUN pip install "netron>=5.0.0"
......
......@@ -13,6 +13,8 @@ pyscaffold==3.2.1
scipy==1.5.2
setupext-janitor>=1.1.2
sigtools==2.0.3
sphinx==5.0.2
sphinx_rtd_theme==0.5.0
toposort==1.5
vcdvcd==1.0.5
wget==3.2
......@@ -81,6 +81,8 @@ docs =
pytest
netron
vcdvcd
sphinx==5.0.2
sphinx_rtd_theme==0.5.0
torchvision
torch
qonnx@git+https://github.com/fastmachinelearning/qonnx@main#egg=qonnx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment