Skip to content

Commit b594dfe

Browse files
Fixup Vect16
1 parent 4a78092 commit b594dfe

2 files changed

Lines changed: 8 additions & 17 deletions

File tree

docs/source/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
extensions = [
158158
"sphinx.ext.autodoc",
159159
"sphinx.ext.autosummary",
160-
"sphinx.ext.ifconfig",
161160
"sphinxcontrib.bibtex",
162161
"sphinx_copybutton",
163162
"sphinx.ext.doctest",
@@ -202,9 +201,3 @@
202201
"python": ("https://docs.python.org/3", None),
203202
"numpy": ("https://numpy.org/doc/stable/", None),
204203
}
205-
206-
207-
def setup(app):
208-
"""Function to import LIBSEMIGROUPS_HPCOMBI_ENABLED macro from
209-
libsemigroups"""
210-
app.add_config_value("LIBSEMIGROUPS_HPCOMBI_ENABLED", LIBSEMIGROUPS_HPCOMBI_ENABLED, "env")

docs/source/data-structures/hpcombi/index.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ This page describes the functionality from ``HPCombi`` available in
2121
being used by ``libsemigroups_pybind11`` was compiled with ``HPCombi``
2222
enabled.
2323

24-
.. ifconfig:: LIBSEMIGROUPS_HPCOMBI_ENABLED
25-
26-
.. toctree::
27-
:maxdepth: 1
28-
29-
perm16
30-
pperm16
31-
ptransf16
32-
transf16
33-
vect16
24+
.. toctree::
25+
:maxdepth: 1
26+
27+
perm16
28+
pperm16
29+
ptransf16
30+
transf16
31+
vect16

0 commit comments

Comments
 (0)