Skip to content

Commit 397ab28

Browse files
committed
update
1 parent b687626 commit 397ab28

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.DS_Store
2+
13
# python generated files
24
.ruff_cache
35
.pytest_cache
@@ -26,3 +28,5 @@ coverage.xml
2628
invalid_objs.json
2729

2830
.tox
31+
32+
output/

tests/data/needextend_demo/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
extensions = ["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

3131
needs_string_links = {
3232
"custom_name": {

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ commands = ruff format {posargs}
6161

6262
[testenv:demo]
6363
description = Run the needextend demo (analyse, write, build)
64+
dependency_groups = docs
6465
allowlist_externals = rm
6566
commands =
6667
rm -rf tests/data/needextend_demo/_build

0 commit comments

Comments
 (0)