Skip to content

Commit

Permalink
Updated to use mkdocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Feb 7, 2024
1 parent 9898cd3 commit e88a9b9
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the version of Python and other tools you might need
build:
image: latest
formats:
- pdf
requirements_file: requirements_rtfd.txt
os: ubuntu-22.04
tools:
python: "3.12"
mkdocs:
configuration: mkdocs.yml
# Optionally declare the Python requirements required to build your docs
python:
version: 3.6
setup_py_install: true
install:
- requirements: docs/requirements.txt

0 comments on commit e88a9b9

Please sign in to comment.