Skip to content

Commit

Permalink
Merge pull request #45 from JulianGro/update_rtd
Browse files Browse the repository at this point in the history
Work around ReadTheDocs issues
  • Loading branch information
JulianGro authored Feb 17, 2024
2 parents 380a269 + 3459672 commit 562f103
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
# "os" and "tools" are required to be able to use "jobs"
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"
jobs:
pre_build:
- echo "Creating an index.html to work around not being able to set the default web page.."
Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@ myst-parser>=0.14.0, <0.17.0
# myst-parser < 0.17.2 requires attrs but the package doesn't depend on it.
attrs

# ReadTheDocs indirectly depends on some too new extension versions. Upgrading myst-parser later should fix this.
sphinxcontrib-applehelp<=1.0.4
sphinxcontrib-devhelp<=1.0.5
sphinxcontrib-htmlhelp<=2.0.4
sphinxcontrib-serializinghtml<=1.1.9
sphinxcontrib-qthelp<=1.0.6

# Utility for easily running builds in Python virtual environments.
venv-run
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = 'Overte Docs'
copyright = '2019, High Fidelity. © Copyright 2021, Vircadia. Copyright 2022-2023, Overte e.V.'
copyright = '2019, High Fidelity. © Copyright 2021, Vircadia. Copyright 2022-2024, Overte e.V.'
author = 'Overte e.V.'

# The short X.Y version
Expand Down

0 comments on commit 562f103

Please sign in to comment.