Skip to content

Commit

Permalink
refactor: update for readthedocs build job
Browse files Browse the repository at this point in the history
  • Loading branch information
redteampanda-ng committed Oct 8, 2023
1 parent e3519c6 commit 551c00c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yaml
@@ -1,9 +1,16 @@
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build all formats
sphinx:
configuration: conf.py

formats: all

python:
install:
- requirements: requirements.txt
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
sphinx-rtd-theme

0 comments on commit 551c00c

Please sign in to comment.