Read the docs conf

This commit is contained in:
Will McGugan 2020-01-12 16:11:10 +00:00
parent 3c1538a5a1
commit 2bdffb1a34
2 changed files with 19 additions and 1 deletions

18
.readthedocs.yml Normal file
View File

@ -0,0 +1,18 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
python:
version: 3.7
install:
- method: pip
path: .

View File

@ -27,7 +27,7 @@ html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
project = "Rich"
copyright = "2019, Will McGugan"
copyright = "2020, Will McGugan"
author = "Will McGugan"
# The full version, including alpha/beta/rc tags