Skip to content

Commit

Permalink
Update rtd build config
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Oct 17, 2023
1 parent 9084b09 commit c594cf6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
23 changes: 23 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .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.txt
- method: pip
path: .
8 changes: 3 additions & 5 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
vatools
--install-option="--no-deps"
sphinx==4.5.0
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 c594cf6

Please sign in to comment.