Skip to content

Commit

Permalink
get minimal doc build working
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Aug 26, 2024
1 parent 0a40e84 commit 72ec89e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,12 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# Specifc Template
docs/_build
docs/generated
docs/api
docs/auto_examples
docs/whatsnew/latest_changelog.txt
htmlcov/
docs/sg_execution_times.rst
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = "pydata-sphinx-theme"
html_theme = "pydata_sphinx_theme"

# -- Other options ----------------------------------------------------------
bibtex_bibfiles = ['references.bib']
Empty file added docs/references.bib
Empty file.
3 changes: 3 additions & 0 deletions examples/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
===============
Example Gallery
===============

0 comments on commit 72ec89e

Please sign in to comment.