Skip to content

Commit

Permalink
ReadTheDocs new configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Oct 23, 2023
1 parent b72435a commit 4eb8e3c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,24 @@
# 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.10"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats:
- pdf

# Python requirements required to build your documentation
python:
install:
- requirements: docs/requirements.txt
2 changes: 2 additions & 0 deletions docs/requirements.txt
@@ -0,0 +1,2 @@
sphinx
sphinx_rtd_theme

0 comments on commit 4eb8e3c

Please sign in to comment.