diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2dc6d8d..efce204 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: "3.7" system_packages: true install: - requirements: sphinx-docs/requirements.txt diff --git a/generate-docs.sh b/generate-docs.sh index 4e7e983..efb35a6 100755 --- a/generate-docs.sh +++ b/generate-docs.sh @@ -6,7 +6,7 @@ echo "Generating docs!" if ! command -v 'sphinx-apidoc'; then source venv/bin/activate - pip install sphinx + pip install -r sphinx-docs/requirements.txt fi diff --git a/sphinx-docs/source/conf.py b/sphinx-docs/source/conf.py index 9a5b294..c2b68af 100644 --- a/sphinx-docs/source/conf.py +++ b/sphinx-docs/source/conf.py @@ -24,7 +24,7 @@ if os.getenv('READTHEDOCS', False) and not os.path.exists('riscemu.rst'): # -- Project information ----------------------------------------------------- project = 'RiscEmu' -copyright = '2021, Anton Lydike' +copyright = '2022, Anton Lydike' author = 'Anton Lydike' # The full version, including alpha/beta/rc tags