mirror of https://github.com/Textualize/rich.git
Read the docs conf
This commit is contained in:
parent
3c1538a5a1
commit
2bdffb1a34
|
@ -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: .
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue