mirror of
https://github.com/PragmaticMachineLearning/probly.git
synced 2026-01-08 21:08:07 -05:00
readthedocs requirements
This commit is contained in:
20
.readthedocs.yaml
Normal file
20
.readthedocs.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Read the Docs configuration file
|
||||
# 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-24.04
|
||||
tools:
|
||||
python: "3.11" # Using a stable Python version
|
||||
|
||||
# Build documentation with Mkdocs
|
||||
mkdocs:
|
||||
configuration: docs/mkdocs.yml
|
||||
|
||||
# Declare the Python requirements required to build your documentation
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
3
docs/requirements.txt
Normal file
3
docs/requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
mkdocs>=1.4.0
|
||||
mkdocs-material>=9.0.0
|
||||
pymdown-extensions>=9.0
|
||||
Reference in New Issue
Block a user