Skip to content

Commit

Permalink
Merge branch 'main' into FST/UpdatePyProjectTomlSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Sep 24, 2024
2 parents e7179cf + 557477b commit 64a58d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
# This hack is necessary since RTD does not issue `sphinx-apidoc` before running
# `sphinx-build -b html . _build/html`. See Issue:
# https://github.com/rtfd/readthedocs.org/issues/1139
# DON'T FORGET: Check the box "Install your project inside a virtualenv using
# pyproject.toml install" in the RTD Advanced Settings.
# Additionally, it helps us to avoid running apidoc manually

try: # for Sphinx >= 1.7
Expand Down Expand Up @@ -104,9 +102,9 @@
# built documents.
#
# The short X.Y version.
version = "" # Is set by calling `pyproject.toml docs`
version = ""
# The full version, including alpha/beta/rc tags.
release = "" # Is set by calling `pyproject.toml docs`
release = ""

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ahbicht"
description = "Python Library to parse AHB expressions."
license = { text = "MIT" }
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [{ name = "Annika Schlögl", email = "annika.schloegl@hochfrequenz.de" }]
keywords = ["AHB", "Parsing", "Expressions"]
classifiers = [
Expand All @@ -13,7 +13,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ marshmallow==3.22.0
# maus
marshmallow-enum==1.5.1
# via -r requirements.in
maus==0.6.0
maus==0.6.1
# via -r requirements.in
more-itertools==9.0.0
# via maus
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ deps =
{[testenv:json_schemas]deps}
{[testenv:formatting]deps}
.[formatting]
{[testenv:docs]deps}
nest_asyncio
pre-commit
commands =
Expand Down

0 comments on commit 64a58d8

Please sign in to comment.