File tree Expand file tree Collapse file tree
tests/data/needextend_demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .DS_Store
2+
13# python generated files
24.ruff_cache
35.pytest_cache
@@ -26,3 +28,5 @@ coverage.xml
2628invalid_objs.json
2729
2830.tox
31+
32+ output /
Original file line number Diff line number Diff line change 2626extensions = ["sphinx_needs" , "sphinx_codelinks" ]
2727
2828# for needextend to work with remote url
29- needs_extra_options = [ "remote_url" ]
29+ needs_fields = { "remote_url" : { "default" : "" }}
3030
3131needs_string_links = {
3232 "custom_name" : {
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ commands = ruff format {posargs}
6161
6262[testenv:demo]
6363description = Run the needextend demo (analyse, write, build)
64+ dependency_groups = docs
6465allowlist_externals = rm
6566commands =
6667 rm -rf tests/data/needextend_demo/_build
You can’t perform that action at this time.
0 commit comments