Commit dd68a87 1 parent 1aeb52c commit dd68a87 Copy full SHA for dd68a87
File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,8 @@ build:
13
13
tools :
14
14
python : " 3.11"
15
15
commands :
16
- - python -m virtualenv $READTHEDOCS_VIRTUALENV_PATH
17
- - python -m pip install --upgrade --no-cache-dir pip setuptools
18
- - python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
19
- - python -m pip install ./libs/partners/*
20
- - python -m pip install --exists-action=w --no-cache-dir -r docs/api_reference/requirements.txt
21
- - python docs/api_reference/create_api_rst.py
22
- - cat docs/api_reference/conf.py
23
- - python -m sphinx -T -E -b html -d _build/doctrees -c docs/api_reference docs/api_reference $READTHEDOCS_OUTPUT/html -j auto
24
-
16
+ - mkdir -p $READTHEDOCS_OUTPUT
17
+ - cp -r api_reference_build/* $READTHEDOCS_OUTPUT
25
18
# Build documentation in the docs/ directory with Sphinx
26
19
sphinx :
27
20
configuration : docs/api_reference/conf.py
You can’t perform that action at this time.
0 commit comments