Skip to content
Snippets Groups Projects
Unverified Commit c805b03c authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

sphinx: Bypass swh.loader.cvs.rcsparse for building docs

This is the last part of the broken build [1].

To add back to the building part when ready.

[1] https://jenkins.softwareheritage.org/job/DDOC/job/dev/6791/console

Related to T3648
parent 666ef251
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,10 @@ autodoc_default_flags = [
"special-members",
]
autodoc_member_order = "bysource"
autodoc_mock_imports = ["rados"]
autodoc_mock_imports = [
"rados",
"swh.loader.cvs.rcsparse",
]
autoclass_content = "both"
modindex_common_prefix = ["swh."]
......
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