@ -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
@ -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
@ -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