Skip to content

Commit

Permalink
Merge pull request #219 from PJK/bumpsphinx
Browse files Browse the repository at this point in the history
Update Sphinx to 4.4
  • Loading branch information
PJK committed Mar 19, 2022
2 parents 2b51572 + 58dc7f7 commit 64cb1f8
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 37 deletions.
2 changes: 1 addition & 1 deletion doc/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Option Meaning
``WITH_TESTS`` Build unit tests (see :doc:`development`) ``OFF`` ``ON``, ``OFF``
======================== ======================================================= ====================== =====================================================================================================================

The following configuration options will also be defined as macros[#]_ in ``<cbor/common.h>`` and can therefore be used in client code:
The following configuration options will also be defined as macros [#]_ in ``<cbor/common.h>`` and can therefore be used in client code:

======================== ======================================================= ====================== =====================================================================================================================
Option Meaning Default Possible values
Expand Down
71 changes: 37 additions & 34 deletions doc/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,42 @@
alabaster==0.7.12
argh==0.26.2
Babel==2.8.0
breathe==4.14.1
certifi==2019.11.28
chardet==3.0.4
Click==7.0
docutils==0.16
Flask==1.1.1
idna==2.9
imagesize==1.2.0
itsdangerous==1.1.0
Jinja2==2.11.3
livereload==2.6.1
MarkupSafe==1.1.1
packaging==20.3
pathtools==0.1.2
port-for==0.3.1
Pygments==2.7.4
pyparsing==2.4.6
pytz==2019.3
PyYAML==5.4
requests==2.23.0
six==1.14.0
snowballstemmer==2.0.0
sortedcontainers==2.1.0
Sphinx==2.4.4
sphinx-autobuild==0.7.1
sphinx-rtd-theme==0.4.3
Babel==2.9.1
breathe==4.33.1
certifi==2021.10.8
charset-normalizer==2.0.12
click==8.0.3
colorama==0.4.4
Cython==0.29.27
distlib==0.3.4
docutils==0.17.1
expense-parser==0.0.1
filelock==3.6.0
idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.3
Jinja2==3.0.3
livereload @ https://github.com/lepture/python-livereload/archive/master.zip
MarkupSafe==2.1.1
numpy==1.22.2
packaging==21.3
pandas==1.4.0
platformdirs==2.5.1
Pygments==2.11.2
pyparsing==3.0.7
python-dateutil==2.8.2
pytz==2021.3
requests==2.27.1
six==1.16.0
snowballstemmer==2.2.0
Sphinx==4.4.0
sphinx-autobuild==2021.3.14
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
tornado==6.0.4
urllib3==1.25.8
watchdog==0.10.2
Werkzeug==0.15.5
sphinxcontrib-serializinghtml==1.1.5
tornado==6.1
urllib3==1.26.9
virtualenv==20.13.4
zipp==3.7.0
4 changes: 2 additions & 2 deletions doc/source/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ feel free to use just some of the ``cbor/*.h`` headers:

- ``cbor/arrays.h`` - :doc:`api/type_4`
- ``cbor/bytestrings.h`` - :doc:`api/type_2`
- ``cbor/callbacks.h`` - Callbacks used for :doc:`streaming/decoding`
- ``cbor/callbacks.h`` - Callbacks used for :doc:`api/streaming_decoding`
- ``cbor/common.h`` - Common utilities - always transitively included
- ``cbor/data.h`` - Data types definitions - always transitively included
- ``cbor/encoding.h`` - Streaming encoders for :doc:`streaming/encoding`
- ``cbor/encoding.h`` - Streaming encoders for :doc:`api/streaming_encoding`
- ``cbor/floats_ctrls.h`` - :doc:`api/type_7`
- ``cbor/ints.h`` - :doc:`api/type_0_1`
- ``cbor/maps.h`` - :doc:`api/type_5`
Expand Down

0 comments on commit 64cb1f8

Please sign in to comment.