fix(sdk): fixes requirements.txt discovery for sdk api reference docs (#8048)
This commit is contained in:
parent
c7d1efc855
commit
777c98153d
|
@ -5,4 +5,4 @@ sphinx:
|
|||
python:
|
||||
version: 3.7
|
||||
install:
|
||||
- requirements: sdk/python/requirements.txt
|
||||
- requirements: docs/requirements.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
../sdk/python
|
||||
sdk/python
|
||||
sphinx==5.0.2
|
||||
sphinx-click==4.3.0
|
||||
sphinx-rtd-theme==1.0.0
|
||||
|
|
Loading…
Reference in New Issue