Skip to content

Commit

Permalink
Remove non-existent function from C++ docs (#2290)
Browse files Browse the repository at this point in the history
* Function does no longer exist.

* Downgrade Sphinx version.

See sphinx-doc/sphinx#10705.

* Fix command

Co-authored-by: Garth N. Wells <gnw20@cam.ac.uk>
  • Loading branch information
jorgensd and garth-wells committed Jul 26, 2022
1 parent 26a9baa commit 80123e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ccpp.yml
Expand Up @@ -138,6 +138,7 @@ jobs:
run: python3 -m pip -v install --global-option build --global-option --debug python/
- name: Build Python interface documentation
run: |
python3 -m pip install sphinx==5.0.2
cd python/doc
make html
Expand Down
3 changes: 0 additions & 3 deletions cpp/doc/source/graph.rst
Expand Up @@ -15,9 +15,6 @@ Adjacency list builders
.. doxygenfunction:: dolfinx::graph::regular_adjacency_list
:project: DOLFINx

.. doxygenfunction:: dolfinx::graph::create_adjacency_data
:project: DOLFINx


Re-ordering
-----------
Expand Down

0 comments on commit 80123e8

Please sign in to comment.