Skip to content

Commit

Permalink
MAINT Fix documentation building (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
rth authored Apr 12, 2024
1 parent d923296 commit 06a56b7
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 27 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Release notes
## Version 0.5.0
*April 12, 2024*

- Change to minimum supported Python version to 3.10. Run unit test with pandas 2.0.
[#74](https://github.com/symerio/pgeocode/pull/74)

## Version 0.4.1

Expand Down
2 changes: 2 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../CHANGELOG.md
```
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"sphinx.ext.mathjax",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinxcontrib.napoleon",
"sphinx.ext.napoleon",
"sphinx.ext.linkcode",
"myst_parser",
]
Expand Down Expand Up @@ -83,7 +83,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
12 changes: 12 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
```{include} ../README.md
```

```{eval-rst}
.. toctree::
:maxdepth: 2
:caption: Contents:
contributing
api
changelog
```
14 changes: 0 additions & 14 deletions doc/index.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/overview.rst

This file was deleted.

2 changes: 1 addition & 1 deletion doc/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ sphinx
pillow
recommonmark
sphinx_rtd_theme
sphinxcontrib-napoleon
myst-parser
../
27 changes: 18 additions & 9 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ commonmark==0.9.1
# via recommonmark
docutils==0.20.1
# via
# myst-parser
# recommonmark
# sphinx
# sphinx-rtd-theme
Expand All @@ -20,11 +21,22 @@ idna==3.7
imagesize==1.4.1
# via sphinx
jinja2==3.1.3
# via sphinx
# via
# myst-parser
# sphinx
joblib==1.4.0
# via scikit-learn
markdown-it-py==3.0.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==2.1.5
# via jinja2
mdit-py-plugins==0.4.0
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==2.0.0
numpy==1.26.4
# via
# pandas
Expand All @@ -35,16 +47,16 @@ packaging==24.0
# via sphinx
pandas==2.2.2
# via pgeocode
pgeocode @ ../
../
pillow==10.3.0
pockets==0.9.1
# via sphinxcontrib-napoleon
pygments==2.17.2
# via sphinx
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via myst-parser
recommonmark==0.7.1
requests==2.31.0
# via
Expand All @@ -54,14 +66,12 @@ scikit-learn==1.4.2
scipy==1.13.0
# via scikit-learn
six==1.16.0
# via
# pockets
# python-dateutil
# sphinxcontrib-napoleon
# via python-dateutil
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# myst-parser
# recommonmark
# sphinx-rtd-theme
# sphinxcontrib-jquery
Expand All @@ -76,7 +86,6 @@ sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-napoleon==0.7
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
Expand Down

0 comments on commit 06a56b7

Please sign in to comment.