Skip to content

Commit 710a488

Browse files
committed
Add readthedocs config file
1 parent c83fd43 commit 710a488

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
sphinx:
7+
configuration: docs/conf.py

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Munim Munna
3+
Copyright (c) 2023 Abdul Monim
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# -- Project information -----------------------------------------------------
1515

1616
project = "django-bootstrap-datepicker-plus"
17-
copyright = "2018, monim67"
18-
author = "Munim Munna"
17+
copyright = "2023 Abdul Monim"
18+
author = "Abdul Monim"
1919

2020
# The full version, including alpha/beta/rc tags
2121
# release = "0.0.0"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = """\
66
DateTimePickerInput, MonthPickerInput, YearPickerInput\
77
"""
88
readme = "README.rst"
9-
authors = ["Munim Munna <6266677+monim67@users.noreply.github.com>"]
9+
authors = ["Abdul Monim <6266677+monim67@users.noreply.github.com>"]
1010
repository = "https://github.com/monim67/django-bootstrap-datepicker-plus"
1111
documentation = "https://django-bootstrap-datepicker-plus.readthedocs.io/en/latest/"
1212
packages = [{ include = "bootstrap_datepicker_plus", from = "src" }]
@@ -72,15 +72,15 @@ build-backend = "poetry.core.masonry.api"
7272
[tool.poetry_bumpversion.file."src/bootstrap_datepicker_plus/__init__.py"]
7373

7474
[tool.isort]
75-
py_version = "37"
75+
py_version = "38"
7676
profile = "black"
7777

7878
[tool.pydocstyle]
7979
convention = "google"
8080
add_select = "D401,D404"
8181

8282
[tool.mypy]
83-
python_version = "3.7"
83+
python_version = "3.8"
8484
namespace_packages = true
8585
strict = true
8686
plugins = ["mypy_django_plugin.main"]
@@ -126,7 +126,7 @@ source = [
126126
legacy_tox_ini = """
127127
[tox]
128128
isolated_build = True
129-
envlist = py{312,311,310,39,38,37}
129+
envlist = py{312,311,310,39,38}
130130
131131
[testenv]
132132
allowlist_externals = poetry

0 commit comments

Comments
 (0)