Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix "Edit on Github" URLs #116

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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