Skip to content

Commit

Permalink
Merge branch 'release/0.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbarrett314 committed Aug 1, 2022
2 parents 929976a + f6e769b commit e7cf775
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# If using Sphinx, optionally build your docs in additional formats such as PDF
formats:
- pdf

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements-docs.txt
- method: pip
path: .
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.6.3
-------------

* Actually fixed bug that breaks doc build

Version 0.6.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion cursesmenu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["CursesMenu", "ItemGroup", "items"]

__version__ = "0.6.2"
__version__ = "0.6.3"
47 changes: 47 additions & 0 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
alabaster==0.7.12
appdirs==1.4.4
attrs==22.1.0
Babel==2.10.3
certifi==2022.6.15
chardet==5.0.0
charset-normalizer==2.1.0
Deprecated==1.2.13
distlib==0.3.5
docutils==0.17
filelock==3.7.1
idna==3.3
imagesize==1.4.1
iniconfig==1.1.1
Jinja2==3.1.2
MarkupSafe==2.1.1
mccabe==0.7.0
packaging==21.3
pexpect==4.8.0
platformdirs==2.5.2
pluggy==1.0.0
ptyprocess==0.7.0
py==1.11.0
pyflakes==2.5.0
pycodestyle==2.9.0
Pygments==2.12.0
pyparsing==3.0.9
pytz==2022.1
requests==2.28.1
six==1.16.0
snowballstemmer==2.2.0
Sphinx==5.1.1
sphinx-autodoc-typehints==1.19.1
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
toml==0.10.2
tox==3.25.1
types-Deprecated==1.2.9
urllib3==1.26.11
virtualenv==20.16.2
wcwidth==0.2.5
wrapt==1.14.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ charset-normalizer==2.1.0
coverage[toml]==6.4.2
Deprecated==1.2.13
distlib==0.3.5
docutils==0.19
docutils==0.17
filelock==3.7.1
flake8==5.0.1
idna==3.3
Expand Down

0 comments on commit e7cf775

Please sign in to comment.