Skip to content

Commit

Permalink
Change sphinx_rtd_theme to old stable 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGro committed Feb 2, 2021
1 parent 597dfe9 commit 776f6eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install git+https://github.com/vircadia/video.git
pip install -U Sphinx==2.4.4
pip install --upgrade recommonmark
pip install sphinx_rtd_theme
pip install sphinx_rtd_theme==0.4.3
- name: Build documentation
shell: bash
run: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
pip install git+https://github.com/vircadia/video.git
pip install -U Sphinx==2.4.4
pip install --upgrade recommonmark
pip install sphinx_rtd_theme
pip install sphinx_rtd_theme==0.4.3
- name: Build german documentation
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install git+https://github.com/vircadia/video.git
pip install -U Sphinx==2.4.4
pip install --upgrade recommonmark
pip install sphinx_rtd_theme
pip install sphinx_rtd_theme==0.4.3
- name: Build documentation
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINER_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ python3 -m pip install --upgrade pip
python3 -m pip install git+https://github.com/vircadia/video.git
python3 -m pip install -U Sphinx==2.4.4
python3 -m pip install --upgrade recommonmark
python3 -m pip install sphinx_rtd_theme
python3 -m pip install sphinx_rtd_theme==0.4.3
python3 -m pip install sphinx-intl
```
Git hooks log file is located at `/var/lib/docker/volumes/weblate-docker_weblate-data/_data/vcs/vircadia-documentation/contribute/.git/git_hook_output.log`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ We encourage you to compile the documentation locally on your computer prior to
7. Install our Sphinx theme:

```
C:\> pip install sphinx_rtd_theme
C:\> pip install sphinx_rtd_theme==0.4.3
```

## Compile Vircadia Documentation Locally
Expand Down

0 comments on commit 776f6eb

Please # to comment.