Skip to content

Commit

Permalink
style: update comments in docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnsilva committed Jun 1, 2024
1 parent f397f43 commit 8a6da6d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

# html_theme = 'alabaster'
html_theme = 'furo'
html_static_path = ['_static']
html_title = 'semanticscholar'
Expand All @@ -54,7 +53,7 @@
# -- Options for autodoc -----------------------------------------------------
autodoc_member_order = 'groupwise'

# --- API Endpoints ---
# -- API Endpoints -----------------------------------------------------------

api_endpoints = dict()
className = 'SemanticScholar'
Expand Down Expand Up @@ -93,7 +92,7 @@
api_file.write(api_file_contents)
api_file.close()

# --- SemanticScholar objects ---
# -- SemanticScholar objects -------------------------------------------------

def find_subclasses(module, base_class):
'''Return all subclasses of a base class within a module.'''
Expand Down Expand Up @@ -150,7 +149,7 @@ def find_subclasses(module, base_class):
s2object_file.write('\t:members:\n')
s2object_file.write('\t:inherited-members:\n')

# --- Changelog ---
# -- Changelog ---------------------------------------------------------------

with open('../../CHANGELOG.md', 'r', encoding='utf-8') as changelog_file:
changelog = changelog_file.read()
Expand Down

0 comments on commit 8a6da6d

Please sign in to comment.