Skip to content

Commit

Permalink
Switch to .readthedocs.yaml file for rtd configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Oct 11, 2021
1 parent 098f21d commit f9bf3c7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 7 deletions.
25 changes: 25 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.before_install.txt
- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
1 change: 1 addition & 0 deletions docs/requirements.before_install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setuptools==57.4.0
6 changes: 2 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sphinx==3.0.0
sphinxjp.themes.basicstrap
sphinxcontrib-programoutput
pvactools
--install-option="--no-deps"
sphinxjp.themes.basicstrap==0.5.0
sphinxcontrib-programoutput==0.17
3 changes: 0 additions & 3 deletions readthedocs.yml

This file was deleted.

0 comments on commit f9bf3c7

Please sign in to comment.