Skip to content

Commit

Permalink
docs: trying to ignore cython
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Jun 15, 2022
1 parent 27e88a1 commit 6582d0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ WORKDIR LoopStructural
RUN pip install .
WORKDIR docs
RUN conda install -c conda-forge pydata-sphinx-theme
RUN python -c "import sphinx; print(sphinx.__version__)"
RUN make html
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

autosummary_mock_imports = [
'LoopStructural.interpolators._cython',
]
# Sphinx gallery examples
from LoopStructural.visualisation.sphinx_scraper import Scraper as LoopScraper
from sphinx_gallery.sorting import ExampleTitleSortKey
Expand Down
File renamed without changes.

0 comments on commit 6582d0c

Please sign in to comment.