Skip to content
Snippets Groups Projects
Verified Commit 56cbebe1 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Fix docs build by referencing the swh-perfecthash module in index

This has been broken [1] for a while.

[1] https://jenkins.softwareheritage.org/view/swh-draft/job/DDOC/job/dev/311/

Related to T3780
parent ff8287ff
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ API reference
swh.model <swh-model/index>
swh.objstorage <swh-objstorage/index>
swh.objstorage.replayer <swh-objstorage-replayer/index>
swh.perfecthash <swh-perfecthash/index>
swh.scanner <swh-scanner/index>
swh.scheduler <swh-scheduler/index>
swh.search <swh-search/index>
......
......@@ -135,6 +135,10 @@ swh.docs
:ref:`swh.objstorage.replayer <swh-objstorage-replayer>`
Object storage replication tool
:ref:`swh.perfecthash <swh-perfecthash>`
Low level management for read-only content-addressable object storage
indexed with a perfect hash table
:ref:`swh.scanner <swh-scanner>`
source code scanner to analyze code bases and compare them with source code
artifacts archived by Software Heritage
......
......@@ -23,6 +23,7 @@
../swh-loader-mercurial
../swh-loader-svn
../swh-loader-cvs
../swh-perfecthash
../swh-search
../swh-vault
../swh-web
......
......@@ -16,6 +16,7 @@ swh.loader.cvs
swh.model
swh.objstorage[testing]
swh.objstorage.replayer
swh.perfecthash
swh.scanner
swh.scheduler[simulator]
swh.search
......
......@@ -82,8 +82,6 @@ language = "en"
exclude_patterns = [
"_build",
"swh-icinga-plugins/index.rst",
"swh-perfecthash/index.rst",
"swh-perfecthash/README.rst",
"swh.loader.cvs.rcsparse.setup.rst",
"apidoc/swh.loader.cvs.rcsparse.setup.rst",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment