Skip to content

Commit

Permalink
[Docs] Fix docs compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Wojtek Porczyk <woju@invisiblethingslab.com>
  • Loading branch information
woju committed Sep 15, 2021
1 parent 6c9b696 commit 0f5a11a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/ubuntu18.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN python3 -m pip install \
asv \
recommonmark \
'Sphinx==1.8' \
sphinx_rtd_theme \
'sphinx_rtd_theme<1' \
toml>=0.10

# Add the user UID:1001, GID:1001, home at /leeroy
Expand Down
3 changes: 0 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ version: 2
python:
install:
- requirements: Documentation/requirements.txt
build:
apt_packages:
- doxygen
2 changes: 1 addition & 1 deletion Documentation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==1.8.0
breathe<4.13.0
recommonmark
sphinx_rtd_theme
sphinx_rtd_theme<1

0 comments on commit 0f5a11a

Please sign in to comment.