Skip to content

Commit

Permalink
Merge pull request #6105 from ckan/6103-fix-rtd-master
Browse files Browse the repository at this point in the history
[#6103] Fix Read the Docs build in master
  • Loading branch information
amercader committed May 20, 2021
2 parents 3a34c01 + c0c0a6d commit bcda3f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
@@ -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 doc/ directory with Sphinx
sphinx:
configuration: doc/conf.py

# Additional formats for download
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements-docs.txt
3 changes: 2 additions & 1 deletion pip-requirements-docs.txt → requirements-docs.txt
@@ -1,5 +1,6 @@
# This will install the requirements used to build the docs

-r requirements-py2.txt
-r requirements.txt
-r dev-requirements.txt
-r requirement-setuptools.txt
-e .

0 comments on commit bcda3f6

Please sign in to comment.