Skip to content

Commit

Permalink
remove python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ALescoulie authored and orbeckst committed Aug 17, 2021
1 parent ccef815 commit d8091ea
Show file tree
Hide file tree
Showing 21 changed files with 356 additions and 255 deletions.
9 changes: 4 additions & 5 deletions doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@
html_theme = 'sphinx_rtd_theme'

html_theme_options = {
'canonical_url': '',
#'logo_only': True,
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
Expand Down Expand Up @@ -152,12 +151,12 @@

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None
html_logo = "_static/mdpow-logo.png"

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
#html_favicon = None
html_favicon = "_static/mdpow.ico"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down Expand Up @@ -244,7 +243,7 @@
intersphinx_mapping = {'https://docs.python.org/': None,
'https://numpy.org/doc/stable/': None,
'https://docs.scipy.org/doc/scipy/reference/': None,
'https://gromacswrapper.readthedocs.org/en/latest/': None,
'https://gromacswrapper.readthedocs.io/en/latest': None,
}


Expand Down
3 changes: 1 addition & 2 deletions doc/sphinx/source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ It should be possible to use any of these Gromacs versions without
further adjustments, thanks to the underlying GromacsWrapper library
[#GromacsWrapperFramework]_.

Nevertheless, you should _always_ check the topology and runinput
Nevertheless, you should *always* check the topology and runinput
(mdp) files for the version of Gromacs_ that you are using.


Expand Down Expand Up @@ -141,7 +141,6 @@ For current issues and open feature requests please look through the
fep
utilities
forcefields
tables


.. rubric:: Indices and tables
Expand Down
Loading

0 comments on commit d8091ea

Please sign in to comment.