Skip to content

Commit

Permalink
[Docs] Fix the version of sphinx (#902)
Browse files Browse the repository at this point in the history
* Fix sphinx version

* Fix sphinx version

* Fix sphinx version

* Fix sphinx version

* Fix sphinx version

* Fix sphinx version

* Fix sphinx version

* Fix sphinx version

* Fix sphinx version

* Fix sphinx version

* Fix sphinx version

* Fix sphinx version
  • Loading branch information
DCNSW authored Sep 2, 2021
1 parent 5363189 commit 075f444
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
mmcv: 1.8.0+cu101
torchvision: 0.9.0+cu101
cuda_arch: "7.0"
- python-version: 3.9
torch: 1.8.0+cu101
torch_version: torch1.8.0
mmcv: 1.8.0+cu101
torchvision: 0.9.0+cu101
cuda_arch: "7.0"

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 5 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
docutils==0.16.0
m2r
myst-parser
opencv-python
recommonmark
sphinx
sphinx==4.0.2
sphinx_markdown_tables
sphinx_rtd_theme
sphinx_rtd_theme==0.5.2
torch
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def add_mim_extention():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.9',
],
license='Apache License 2.0',
setup_requires=parse_requirements('requirements/build.txt'),
Expand Down

0 comments on commit 075f444

Please sign in to comment.