Skip to content

Commit

Permalink
Merge pull request #371 from consideRatio/fix-docs-build
Browse files Browse the repository at this point in the history
Fix docs build
  • Loading branch information
consideRatio authored Nov 19, 2019
2 parents 908d123 + a505860 commit 8312845
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
name: kubespawner
type: sphinx
requirements_file: docs/requirements.txt

# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
image: latest

sphinx:
configuration: docs/source/conf.py

python:
version: 3.6
setup_py_install: true
install:
- requirements: docs/requirements.txt
- method: pip
path: .

0 comments on commit 8312845

Please sign in to comment.