mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +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_rtd_theme
|
||||
sphinx-prompt
|
||||
sphinx-rtd-theme>=1.2.2
|
||||
sphinx-prompt>=1.5.0
|
||||
docutils!=0.18
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue