Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: docs #55

Merged
merged 3 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sphinx:

python:
install:
- requirements: requirements.txt
- requirements: requirements.dev.txt
- requirements: requirements.docs.txt
- method: pip
path: .
extra_requirements:
- docs
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------

project = "ledgereth"
copyright = "2022, Mike Shultz"
copyright = "2024, Mike Shultz"
author = "Mike Shultz"

# The short X.Y version
Expand Down Expand Up @@ -67,7 +67,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand All @@ -93,7 +93,6 @@
# 'canonical_url': '',
# 'analytics_id': 'UA-XXXXXXX-1', # Provided by Google in your dashboard
# 'logo_only': False,
"display_version": True,
# 'prev_next_buttons_location': 'bottom',
# 'style_external_links': False,
# 'vcs_pageview_mode': '',
Expand All @@ -104,6 +103,7 @@
"navigation_depth": 4,
"includehidden": True,
"titles_only": False,
"version_selector": True,
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ dev = [
"wheel>=0.33.6",
]
docs = [
"sphinx~=4.5.0",
"sphinx-autobuild~=2021.3.14",
"sphinx-rtd-theme~=1.0.0",
"sphinx~=8.1.3",
"sphinx-autobuild~=2024.10.3",
"sphinx-rtd-theme~=3.0.1",
]

[tool.pyright]
Expand Down
8 changes: 0 additions & 8 deletions setup.cfg

This file was deleted.