Skip to content

Commit abea955

Browse files
committed
fix read_the_docs
* drop `setup.cfg` as useless
1 parent 69977a1 commit abea955

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

.readthedocs.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Required
2+
version: 2
3+
4+
# Set the version of Python and other tools you might need
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.10"
9+
# You can also specify other tool versions:
10+
# nodejs: "16"
11+
# rust: "1.55"
12+
# golang: "1.17"
13+
14+
# Build documentation in the docs/ directory with Sphinx
15+
sphinx:
16+
configuration: doc/conf.py
17+
18+
# If using Sphinx, optionally build your docs in additional formats such as PDF
19+
# formats:
20+
# - pdf
21+
22+
# Optionally declare the Python requirements required to build your docs
23+
python:
24+
install:
25+
- method: pip
26+
path: .
27+
- requirements: CI_REQUIREMENTS.txt

setup.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)