Skip to content

Commit

Permalink
Merge pull request #226 from mraniki/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki authored Jun 22, 2023
2 parents 1a3b5d9 + 6b54f6f commit 3dd061a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 49 deletions.
8 changes: 6 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
#html_static_path = ['_static']

html_theme = "furo"
html_static_path = ["_static"]
add_module_names = False
autoapi_python_class_content = "both"
python_use_unqualified_type_names = True
35 changes: 0 additions & 35 deletions docs/make.bat

This file was deleted.

25 changes: 13 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,12 @@ dynaconf = "^3.1.12"
pyparsing = "^3.0.9"
emoji = "^2.5.1"

[tool.poetry.group.docs.dependencies]
Sphinx = "7.0.1"
furo = "2023.5.20"

[tool.poetry.dev-dependencies]
python-semantic-release = "*"
pytest = "*"
pytest-cov = "*"
pytest-asyncio = "*"
pytest-mock = "*"
coverage = "*"
python-semantic-release = "^7.34.3"
pytest = "^7.0"
pytest-cov = "^4.1"
pytest-asyncio = "^0.21.0"
pytest-mock = "^3.11.1"

[tool.pytest.ini_options]
pythonpath = "."
Expand All @@ -45,9 +40,15 @@ log_level = "DEBUG"
omit = [
"tests/*",
"examples/*",
"docs/*"
"docs/*",
"*/config.py"
]

[tool.poetry.group.docs.dependencies]
sphinx = "^7.0.1"
sphinx-autoapi = "^2.1.0"
furo = "^2023.5.20"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand All @@ -62,5 +63,5 @@ commit_parser = "semantic_release.history.emoji_parser"
use_textual_changelog_sections = true
major_emoji = "BREAKING,💥,:boom:"
minor_emoji = "feat,🥚,:egg:,🚀,:rocket:,💄,:lipstick:,✨,:sparkles:"
patch_emoji = "fix,Update,🎨,:art:,🐛,:bug:,🚑,⚡,:zap:,🔥,:fire:,🚨,:rotating_light:,♻️,:recycle:,🔧,:wrench:,⬆️|:arrow_up:,🩹,👷,📝,🔒,:lock:,👽,:alien:,💬,🥅,✅,:white_check_mark:,🐳,🙈,⚗️,🧐,🔇,🔊"
patch_emoji = "fix,bump,Update,🎨,:art:,🐛,:bug:,🚑,:ambulance:,⚡,:zap:,🔥,:fire:,🚨,:rotating_light:,♻️,:recycle:,🔧,:wrench:,⬆️,:arrow_up:,🩹,:adhesive_bandage:,👷,:construction_worker:,📝,:memo:,🔒,:lock:,👽,:alien:,💬,:speech_balloon:,🥅,:goal_net:,✅,:white_check_mark:,🐳,:whale:,🙈,:see_no_evil:,⚗️,:alembic:,🧐,:monocle_face:,🔇,:mute:,🔊:volume:"

0 comments on commit 3dd061a

Please sign in to comment.