Skip to content

Commit

Permalink
Add readthedocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
monim67 committed Dec 9, 2023
1 parent c83fd43 commit 710a488
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
configuration: docs/conf.py
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Munim Munna
Copyright (c) 2023 Abdul Monim

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# -- Project information -----------------------------------------------------

project = "django-bootstrap-datepicker-plus"
copyright = "2018, monim67"
author = "Munim Munna"
copyright = "2023 Abdul Monim"
author = "Abdul Monim"

# The full version, including alpha/beta/rc tags
# release = "0.0.0"
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """\
DateTimePickerInput, MonthPickerInput, YearPickerInput\
"""
readme = "README.rst"
authors = ["Munim Munna <[email protected]>"]
authors = ["Abdul Monim <[email protected]>"]
repository = "https://github.com/monim67/django-bootstrap-datepicker-plus"
documentation = "https://django-bootstrap-datepicker-plus.readthedocs.io/en/latest/"
packages = [{ include = "bootstrap_datepicker_plus", from = "src" }]
Expand Down Expand Up @@ -72,15 +72,15 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry_bumpversion.file."src/bootstrap_datepicker_plus/__init__.py"]

[tool.isort]
py_version = "37"
py_version = "38"
profile = "black"

[tool.pydocstyle]
convention = "google"
add_select = "D401,D404"

[tool.mypy]
python_version = "3.7"
python_version = "3.8"
namespace_packages = true
strict = true
plugins = ["mypy_django_plugin.main"]
Expand Down Expand Up @@ -126,7 +126,7 @@ source = [
legacy_tox_ini = """
[tox]
isolated_build = True
envlist = py{312,311,310,39,38,37}
envlist = py{312,311,310,39,38}
[testenv]
allowlist_externals = poetry
Expand Down

0 comments on commit 710a488

Please sign in to comment.