Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
update docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Dec 4, 2023
1 parent 7a711e4 commit f8579de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions docs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ dependencies:
- python
- myst-parser
- sphinx
- pandas
- sphinx_rtd_theme
- pandas
- anndata
- scanpy
- pip
- pip:
- nbsphinx
- pydeseq2
9 changes: 3 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@
# -- General configuration ---------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['myst_parser', 'sphinx.ext.autodoc', 'sphinx.ext.viewcode']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'myst_parser']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
source_suffix = {
'.rst': 'restructuredtext',
'.txt': 'markdown',
'.md': 'markdown',
}
source_suffix = ['.rst', '.md']
# source_suffix = '.md'

# The master toctree document.
Expand Down Expand Up @@ -62,6 +58,7 @@
# -- Options for HTML output -------------------------------------------
# Activate the theme.
html_theme = 'sphinx_rtd_theme'
# html_theme = "furo"

# Theme options are theme-specific and customize the look and feel of a
# theme further. For a list of options available for each theme, see the
Expand Down

0 comments on commit f8579de

Please sign in to comment.