Skip to content

Commit

Permalink
Revert "Switch to RTD theme until basicstrap is fixed for latest Sphi…
Browse files Browse the repository at this point in the history
…nx version"

This reverts commit 2f93258.
  • Loading branch information
susannasiebert committed May 14, 2019
1 parent 2f93258 commit becd3b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
13 changes: 6 additions & 7 deletions docs/conf.py
Expand Up @@ -39,7 +39,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
#'sphinxjp.themes.basicstrap',
'sphinxjp.themes.basicstrap',
'sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinxcontrib.programoutput',
Expand Down Expand Up @@ -78,18 +78,17 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
#html_theme = 'basicstrap'
html_theme = 'sphinx_rtd_theme'
html_theme = 'basicstrap'

# 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
# documentation.
#
html_theme_options = {
#'header_inverse': False,
#'relbar_inverse': False,
#'inner_theme': True,
#'inner_theme_name': 'bootswatch-cosmo',
'header_inverse': False,
'relbar_inverse': False,
'inner_theme': True,
'inner_theme_name': 'bootswatch-cosmo',
}
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
Expand Down
15 changes: 7 additions & 8 deletions environment.yml
Expand Up @@ -2,15 +2,14 @@ name: py35
dependencies:
- openssl=1.0.2g=0
- pip=8.1.1=py35_0
- python=3.5.3
- python=3.5.1=0
- readline=6.2=2
- sqlite
- tk
- wheel
- xz
- zlib
- sqlite=3.9.2=0
- tk=8.5.18=0
- wheel=0.29.0=py35_0
- xz=5.0.5=1
- zlib=1.2.8=0
- pip:
- sphinx_rtd_theme
# - sphinxjp.themes.basicstrap
- sphinxjp.themes.basicstrap
- sphinxcontrib-programoutput
- vcf-annotation-tools

0 comments on commit becd3b1

Please sign in to comment.