Skip to content

Commit

Permalink
Updates sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 19, 2023
1 parent 3a3842f commit 1696943
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
# Exclude template PSF block specification documentation
exclude_patterns.append('psf_spec/*') # noqa: F405


plot_formats = ['png', 'hires.png', 'pdf', 'svg']

# This is added to the end of RST files - a good place to put
Expand All @@ -69,9 +70,9 @@
author = project_meta['authors'][0]['name']
copyright = f'2011-{datetime.utcnow().year}, {author}'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
# The version info for the project you're documenting, acts as
# replacement for |version| and |release|, also used in various other
# places throughout the built documents.
__import__(project)
package = sys.modules[project]

Expand Down

0 comments on commit 1696943

Please sign in to comment.