Skip to content
Snippets Groups Projects

Draft: Add sphinx documentation

Closed Tammo Jan Dijkema requested to merge add-sphinx into main
Compare and Show latest version
2 files
+ 10
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
1
@@ -34,8 +34,12 @@ RUN export DEBIAN_FRONTEND="noninteractive" && \
&& \
ln -sf clang-tidy-12 /usr/bin/clang-tidy
RUN python3 -m pip install \
breathe \
cmake-format \
myst-parser \
numpy \
pytest \
pytest-lazy-fixture \
;
\ No newline at end of file
sphinx \
sphinx_rtd_theme \
;
Loading