Skip to content

Commit

Permalink
chore: rtfd configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jan 15, 2024
1 parent 80ba38c commit f863ce3
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 9 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
commands:
- pip install -U pdm
- pdm install -Gdoc --no-editable

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
7 changes: 0 additions & 7 deletions docs/requirements.txt

This file was deleted.

Loading

0 comments on commit f863ce3

Please sign in to comment.