Skip to content

Commit

Permalink
Merge pull request #132 from brittonsmith/sphinx3
Browse files Browse the repository at this point in the history
documentation fixes for later sphinx versions
  • Loading branch information
brittonsmith committed Jan 11, 2023
2 parents e6c9897 + c843afa commit 8226ca4
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 260 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ commands:
pip install --upgrade pip
pip install --upgrade wheel
pip install --upgrade setuptools
pip install 'sphinx<3.0' 'Jinja2<3.1'
pip install sphinx
download-test-data:
description: "Download test data."
Expand Down
6 changes: 3 additions & 3 deletions doc/source/Integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ git revision.
This structure is used to organize version information for the
library.

.. c:var:: const* char version
.. c:var:: const char* version
Specifies the version of the library using this template:
``<MAJOR>.<MINOR>(.<MICRO>)(.dev<DEV_NUM>)``. In this template
Expand All @@ -739,12 +739,12 @@ git revision.
provided in increasing order: ``"3.0"``, ``"3.1"``, ``"3.1.1"``,
``"3.1.2"``, ``"3.2.dev1"``, ``"3.2.dev2"``, ``"3.2"``.

.. c:var:: const* char branch
.. c:var:: const char* branch
Specifies the name of the git branch that the library was compiled
from.

.. c:var:: const* char revision
.. c:var:: const char* revision
Specifies the hash identifying the git commit that the library was
compiled from.
Expand Down

0 comments on commit 8226ca4

Please sign in to comment.