Skip to content

Commit

Permalink
Bump to a more modern version of Sphinx
Browse files Browse the repository at this point in the history
However, don't use 4.1, as it will need a new release of breathe to work
(e.g. see breathe-doc/breathe#711).
  • Loading branch information
bmerry committed Aug 26, 2021
1 parent 57f72f4 commit 1158cee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/py-items.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ receiving).
.. automethod:: dynamic_shape
.. automethod:: compatible_shape

.. autoclass:: spead2.Item(\*args, \*\*kwargs, value=None)
.. autoclass:: spead2.Item(*args, **kwargs, value=None)

.. autoattribute:: value
.. autoinstanceattribute:: version
.. autoattribute:: version
:annotation:

.. autoclass:: spead2.ItemGroup
Expand Down
2 changes: 0 additions & 2 deletions doc/py-thread-pools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ pool with only one thread.
.. [#] This is a limitation of the current design that will hopefully be
overcome in future versions.
.. py:currentmodule:: spead2
.. py:class:: spead2.ThreadPool(threads=1, affinity=[])
Construct a thread pool and start the threads. A list of integers can be
Expand Down
4 changes: 2 additions & 2 deletions requirements-readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==3.0.3
breathe==4.18.0
sphinx==4.0.3
breathe==4.30.0
-r requirements.txt

0 comments on commit 1158cee

Please sign in to comment.