forked from proplot-dev/proplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadthedocs.yml
More file actions
26 lines (24 loc) · 787 Bytes
/
readthedocs.yml
File metadata and controls
26 lines (24 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# .readthedocs.yml
# Read the Docs configuration file
# WARNING: Tried to make this work with local modules but got many errors,
# could not do normal make html. Decided to use external sphinxext module.
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# See https://docs.readthedocs.io/en/stable/config-file/index.html for valid config file names
version: 2
# Sphinx config
sphinx:
builder: html
configuration: docs/conf.py
# Python config
# TODO: Can replace below with:
# - requirements: docs/requirements.txt
# setup_py_install: true # necessary?
python:
version: 3.6
install:
- requirements: docs/requirements.txt
# install:
# - method: pip
# path: sphinxcontrib-bibtex
# - method: pip
# path: sphinxcontrib-automodapi