mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +00:00
commit
d20a7e1e4a
2 changed files with 12 additions and 2 deletions
10
.readthedocs.yaml
Normal file
10
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- path: .
|
||||||
|
- requirements: docs/source/requirements.txt
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
sphinx>=2.1.0,!=3.1.0
|
sphinx>=2.1.0,!=3.1.0
|
||||||
sphinx_rtd_theme
|
sphinx-rtd-theme>=1.2.2
|
||||||
sphinx-prompt
|
sphinx-prompt>=1.5.0
|
||||||
docutils!=0.18
|
docutils!=0.18
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue