Skip to main content

Sphinx extensions and configuration specific to the Astropy project

Project description

This package serves two purposes: it provides a default Sphinx configuration and set of extensions specific to the Astropy project, and it acts as a meta-package by installing all required Sphinx extensions for the core Astropy package and other packages.

Sphinx configuration

The default Sphinx configuration can be imported by putting:

from sphinx_astropy.conf import *

at the top of your conf.py file. You can then override specific settings from this default configuration, such as adding extensions or intersphinx packages. To give a clearer error messages for users, you can instead write:

try:
    from sphinx_astropy.conf import *
except ImportError:
    print('ERROR: the documentation requires the sphinx-astropy package to be installed')
    sys.exit(1)

Dependencies/extensions

Installing sphinx-astropy will automatically install (if not already present):

  • Sphinx

  • astropy-sphinx-theme - the default ‘bootstrap’ theme use by Astropy and a number of affilited packages.

  • sphinx-automodapi - an extension that makes it easy to automatically generate API documentation.

  • sphinx-gallery - an extension to generate example galleries

  • numpydoc - an extension to parse docstrings in NumpyDoc format

  • pillow - a package to deal with images, used by some examples in the astropy core documentation.

  • pytest-doctestplus - providing the ‘doctestplus’ extension to skip code snippets in narrative documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx-astropy-1.6.0.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

sphinx_astropy-1.6.0-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file sphinx-astropy-1.6.0.tar.gz.

File metadata

  • Download URL: sphinx-astropy-1.6.0.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.3

File hashes

Hashes for sphinx-astropy-1.6.0.tar.gz
Algorithm Hash digest
SHA256 9c0bc2a880e444720287cd93bb9b9f5b897bc94c558b25f8423d43e983fb41b2
MD5 81cff8f392fbe9662e2b44c90f79e37d
BLAKE2b-256 bbcf0d739ea773109b2050c2cb9d2d3c412ed6b2390f0ac80696a326a2a8e302

See more details on using hashes here.

File details

Details for the file sphinx_astropy-1.6.0-py3-none-any.whl.

File metadata

  • Download URL: sphinx_astropy-1.6.0-py3-none-any.whl
  • Upload date:
  • Size: 18.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.3

File hashes

Hashes for sphinx_astropy-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 934c72710d0a99636d2e95299fb0c33518ca9b4648ff3f9cbcdf4b93be8eb0f6
MD5 92089bb13212802bcc24089e3da1dcba
BLAKE2b-256 e318fb94d802f87ab9b5d302ff11eb79dd907c2d44c181f506271c66ddb9b33c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page