Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Work around ReadTheDocs issues #45

Merged
merged 2 commits into from
Feb 17, 2024
Merged
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
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
Loading