Merge pull request #289 from davidfischer/rtd-config-file

Add a readthedocs config file
pull/309/head
Maurits van Rees 2020-03-03 21:57:12 +01:00 zatwierdzone przez GitHub
commit 21a2b30861
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 22 dodań i 1 usunięć

21
.readthedocs.yml 100644
Wyświetl plik

@ -0,0 +1,21 @@
# .readthedocs.yml
# 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
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements_docs.txt
- method: pip
path: .

Wyświetl plik

@ -14,7 +14,7 @@ New features:
Bug fixes:
- *add item here*
- Fixed a docs issue related to building on Read the Docs [davidfischer]
4.0.4 (2019-11-25)