Skip to content

Commit 171c48b

Browse files
authored
Merge pull request #511 from bashtage/bound-sphinx
MAINT: Build sphinx
2 parents 436623e + d3066b1 commit 171c48b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sphinx_autodoc_typehints
33
ipython
44
nbsphinx
55
sphinxcontrib.spelling
6-
sphinx
6+
sphinx >=5,<6
77
jupyter
88
notebook
99
xarray>=0.13

doc/source/changes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Change Log
22
==========
33

4-
Since 4.28
5-
----------
4+
Version 4.29
5+
------------
66
* Added average :math:`R^2` and average adjusted :math:`R^2` properties to
77
:class:`~linearmodels.panel.results.FamaMacBethResults` as
88
:meth:`~linearmodels.panel.results.FamaMacBethResults.avg_rsquared` and
99
:meth:`~linearmodels.panel.results.FamaMacBethResults.avg_adj_rsquared`.
10+
* Initial compatability with pandas 2.0 Copy-on-Write feature.
1011

1112
Version 4.28
1213
------------

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytest>=7.0,<7.1
99
pytest-xdist
1010
pytest-cov
1111
seaborn
12-
sphinx
12+
sphinx >=5,<6
1313
sphinx-material
1414
sphinxcontrib-spelling
1515
sphinx_autodoc_typehints

0 commit comments

Comments
 (0)