diff --git a/docs/_static/favicon.ico b/docs/_static/favicon.ico deleted file mode 100644 index 0772b83cc..000000000 Binary files a/docs/_static/favicon.ico and /dev/null differ diff --git a/docs/_static/photutils_logo.ico b/docs/_static/photutils_logo.ico new file mode 100644 index 000000000..4b75152dd Binary files /dev/null and b/docs/_static/photutils_logo.ico differ diff --git a/docs/_static/photutils_logo_dark.svg b/docs/_static/photutils_logo_dark.svg index b0d7b8728..8fc8d7d54 100644 --- a/docs/_static/photutils_logo_dark.svg +++ b/docs/_static/photutils_logo_dark.svg @@ -3,48 +3,21 @@ photutils logoPhotutils logoimage/svg+xmlphotutils logoLarry BradleyPhotutils logoLarry Bradleyphot -utils -An Astropy Package for Photometry - +utils +phot diff --git a/docs/_static/photutils_logo_light.svg b/docs/_static/photutils_logo_light.svg index aaf885e71..96bc8de2a 100644 --- a/docs/_static/photutils_logo_light.svg +++ b/docs/_static/photutils_logo_light.svg @@ -3,47 +3,21 @@ photutils logoPhotutils logoimage/svg+xmlphotutils logoLarry BradleyPhotutils logoLarry Bradleyphot -utils -An Astropy Package for Photometry - + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:92.3674px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro';fill:#4d4d4d;fill-opacity:1;stroke-width:1.0263">An Astropy Package for Photometry +utils +phot diff --git a/docs/conf.py b/docs/conf.py index 8dcfeeaf0..1987b937a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -117,52 +117,14 @@ } ) -html_show_sourcelink = False - -# The global astropy configuration uses a custom theme, -# 'bootstrap-astropy', which is installed along with astropy. A -# different theme can be used or the options for this theme can be -# modified by overriding some of the variables set in the global -# configuration. The variables set in the global configuration are -# listed below, commented out. - -# Add any paths that contain custom themes here, relative to this -# directory. -# html_theme_path = [] - -# The theme to use for HTML and HTML Help pages. See the documentation -# for a list of builtin themes. To override the custom theme, set this -# to the name of a builtin theme or the name of a custom theme in -# html_theme_path. -# html_theme = None - -# Custom sidebar templates, maps document names to template names. -# html_sidebars = {} - -# The name of an image file (relative to this directory) to place at the -# top of the sidebar. -# html_logo = '' - -# 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 = os.path.join('_static', 'favicon.ico') - -# A "Last built" timestamp is inserted at every page bottom, using the -# given strftime format. Set to '' to omit this timestamp. -# html_last_updated_fmt = '%d %b %Y' - -# The name for this set of Sphinx documents. If None, it defaults to -# " v". html_title = f'{project} {release}' +html_show_sourcelink = False +html_favicon = os.path.join('_static', 'photutils_logo.ico') +html_static_path = ['_static'] # Output file base name for HTML help builder. htmlhelp_basename = project + 'doc' -# Static files to copy after template files -html_static_path = ['_static'] -# html_style = 'photutils.css' - # Set canonical URL from the Read the Docs Domain html_baseurl = os.environ.get('READTHEDOCS_CANONICAL_URL', '')