mirror of https://github.com/sipwise/rtpengine.git
Beginning from the 25th Sep 2023, usage of the configuration file v2 is required. This commit introduces it. Change-Id: Ib6d154195621e5939e7d0bd2d6ca9ec62e487077pull/1747/head
parent
794f8e3c01
commit
ec55ccf5fc
@ -0,0 +1,13 @@
|
||||
version: 2
|
||||
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.10"
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
@ -1,2 +1,2 @@
|
||||
myst_parser
|
||||
sphinx_rtd_theme>=1.2
|
||||
myst-parser==2.0.0
|
||||
sphinx-rtd-theme>=1.2
|
Loading…
Reference in new issue