Skip to content

Commit

Permalink
streamline
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Nov 8, 2023
1 parent 33180a5 commit b513e46
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Expand Up @@ -16,6 +16,7 @@
import os.path

project = 'miepython'
master_doc = 'index'

def get_init_property(prop):
"""Return property from __init__.py."""
Expand All @@ -30,10 +31,6 @@ def get_init_property(prop):
author = get_init_property("__author__")
copyright = get_init_property("__copyright__")

master_doc = 'index'

# -- General configuration ---------------------------------------------------

# Sphinx extension modules
extensions = [
'sphinx.ext.napoleon',
Expand Down

0 comments on commit b513e46

Please sign in to comment.