Skip to content

Commit

Permalink
remove github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Aug 8, 2024
1 parent 0c0ca37 commit f4e871f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 131 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt
submodules:
include: all
19 changes: 7 additions & 12 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,12 @@
author = 'Ben Weinstein'
release = '0.y.z'

master_doc = 'landing'
master_doc = 'index'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ['myst_parser', 'sphinx.ext.autodoc']

# -- Options for autodoc -----------------------------------------------------
autodoc_default_options = {
'members': True,
'undoc-members': True,
'private-members': True,
'special-members': True,
'inherited-members': True,
'show-inheritance': True,
}
extensions = ['myst_parser', 'sphinx.ext.autodoc',"sphinx.ext.napoleon"]

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
Expand All @@ -42,3 +32,8 @@

html_theme = 'furo'
html_static_path = ['_static']

source_suffix = {
'.rst': 'restructuredtext',
'.md': 'markdown',
}
84 changes: 0 additions & 84 deletions docs/index.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/landing.rst

This file was deleted.

0 comments on commit f4e871f

Please sign in to comment.