Skip to content

Commit

Permalink
Update ReadTheDocs config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed May 25, 2023
1 parent 00ebb83 commit d0381b8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
29 changes: 29 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,29 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

submodules:
include: all

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

# 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:
- requirements: docs/requirements.txt
- method: pip
path: .
24 changes: 0 additions & 24 deletions .readthedocs.yml

This file was deleted.

0 comments on commit d0381b8

Please sign in to comment.