Skip to content

Commit

Permalink
chore: update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jan 9, 2024
1 parent 14b6510 commit d0e9234
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html

import os
import sys

# NOTE: seems necessary for readthedocs.org because it doesn't `pip install -e`
sys.path.insert(0, os.path.abspath(".."))

# {{{ project information

from importlib import metadata
Expand Down Expand Up @@ -47,6 +41,7 @@
"show_toc_level": 2,
"use_source_button": True,
"use_repository_button": True,
"navigation_with_keys": True,
"repository_url": "https://github.com/alexfikl/pyshocks",
"repository_branch": "main",
"icon_links": [
Expand Down

0 comments on commit d0e9234

Please sign in to comment.