File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ FROM ghcr.io/zjkmxy/nfd-codespace:0.7.0
15
15
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
16
16
17
17
RUN pip3 --disable-pip-version-check --no-cache-dir install rstcheck sphinx-rtd-theme sphinx-autodoc-typehints \
18
- && rm -rf /tmp/pip-tmp
18
+ readthedocs-sphinx-ext && rm -rf /tmp/pip-tmp
19
19
20
20
RUN ndnsec-keygen /test | ndnsec-install-cert -
Original file line number Diff line number Diff line change @@ -16,8 +16,11 @@ sphinx:
16
16
# Optionally build your docs in additional formats such as PDF and ePub
17
17
formats : all
18
18
19
+ build :
20
+ image : latest
21
+
19
22
# Optionally set the version of Python and requirements required to build your docs
20
23
python :
21
- version : 3.7
24
+ version : 3.8
22
25
install :
23
26
- requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 1
- sphinx-rtd-theme >= 0.4.3
2
- sphinx-autodoc-typehints == 1.10.3
1
+ Sphinx >= 3.2.1
2
+ sphinx-rtd-theme >= 0.5.0
3
+ sphinx-autodoc-typehints >= 1.11.0
3
4
pycryptodomex >= 3.8.2
4
5
pygtrie >= 2.3.2
You can’t perform that action at this time.
0 commit comments