Skip to content

Commit

Permalink
build: fix the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Dec 14, 2023
1 parent d49a7a8 commit 9118fe7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ReadTheDocs configuration.
# See https://docs.readthedocs.io/en/stable/config-file/v2.html

version: 2

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

sphinx:
builder: html
configuration: docs/conf.py

# Build all the formats
formats: all

python:
install:
- requirements: requirements/doc.txt
- method: pip
path: .
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include .editorconfig
include .readthedocs.yaml
include CHANGELOG.rst
include LICENSE.txt
include Makefile
Expand Down
4 changes: 4 additions & 0 deletions changelog.d/20231214_075119_nedbat.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fixed
.....

- Fixed the documentation build on ReadTheDocs.

0 comments on commit 9118fe7

Please sign in to comment.