added readthedocs.yaml

This commit is contained in:
Stephen Mildenhall
2025-03-12 16:37:44 +00:00
parent 8416b5d22e
commit ff07c4980b
2 changed files with 30 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# .readthedocs.yaml
# Read the Docs configuration file
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-24.04
tools:
python: "3.10"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# If using Sphinx, optionally build your docs in additional formats such as PDF
formats:
- pdf
# Optionally declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .
+4
View File
@@ -0,0 +1,4 @@
pushd docs\_build\html
python -m http.server 7676