mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Move readthedocs.yml file out of docs into main directory
This commit is contained in:
parent
0e46cc7a98
commit
9a9be826a7
2 changed files with 16 additions and 16 deletions
16
.readthedocs.yml
Normal file
16
.readthedocs.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
version: 2
|
||||
|
||||
formats:
|
||||
- htmlzip
|
||||
|
||||
build:
|
||||
os: ubuntu-24.04
|
||||
tools:
|
||||
python: "3.13"
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: doc/requirements.txt
|
||||
|
||||
sphinx:
|
||||
configuration: doc/conf.py
|
|
@ -1,16 +0,0 @@
|
|||
version: 2
|
||||
|
||||
formats:
|
||||
- htmlzip
|
||||
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.11"
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
|
||||
sphinx:
|
||||
configuration: conf.py
|
Loading…
Add table
Add a link
Reference in a new issue