Skip to content

Commit

Permalink
fix: read the docs (#190)
Browse files Browse the repository at this point in the history
* docs: add read the docs configuration

* fix: add requirements for docs compiling
  • Loading branch information
jerrymakesjelly committed Apr 27, 2024
1 parent 1fd5266 commit c55b43c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx_rtd_theme

0 comments on commit c55b43c

Please sign in to comment.