Skip to content

Commit

Permalink
Try to fix conf.py to detect shenfun
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Feb 7, 2024
1 parent 1b10e51 commit 47bbf6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,059 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ doctest:

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
#%: Makefile
# @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import sys
import subprocess
#import sphinx_bootstrap_theme
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit 47bbf6b

Please sign in to comment.