Skip to content

Commit

Permalink
Added: Add config-File for Read the Docs as this is required now (#1253)
Browse files Browse the repository at this point in the history
* Added: Add config-File for Read the Docs as this is required now
* Fixed: Add requirements on the theme
  • Loading branch information
jkoan authored Dec 27, 2023
1 parent 63eeeaf commit a094ebb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.12"

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

# Explicitly set the version of Python and its requirements
python:
install:
- requirements: docs/requirements.txt

formats: all

2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
m2r2
sphinx_rtd_theme==2.0.0
readthedocs-sphinx-search==0.3.1

0 comments on commit a094ebb

Please sign in to comment.