diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..84858fd4 --- /dev/null +++ b/.readthedocs.yml @@ -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: . diff --git a/docs/source/conf.py b/docs/source/conf.py index 9b8c3854..a06d7039 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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