Skip to content

Commit

Permalink
Read the docs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jan 12, 2020
1 parent 3c1538a commit 2bdffb1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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: .
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
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
Expand Down

0 comments on commit 2bdffb1

Please sign in to comment.