Skip to content

Commit

Permalink
Merge pull request #86 from JabLuszko/async-buildthedocs
Browse files Browse the repository at this point in the history
Fix buildthedocs, new format
  • Loading branch information
JabLuszko committed Aug 15, 2023
2 parents 37ffa4b + b961d2f commit cd7f761
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,29 @@
# 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.11"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
formats: all
python:
install:
- requirements: requirements.txt
1 change: 0 additions & 1 deletion .readthedocs.yml

This file was deleted.

0 comments on commit cd7f761

Please sign in to comment.