Daniel Woste

Results 78 issues of Daniel Woste

With our new [VsCode extension ](https://marketplace.visualstudio.com/items?itemName=useblocks.sphinx-needs-vscode) we now have a standalone extension, which does not need to register anything in esbonio. The feature set is the same so that both...

The dynamic-functions seem to be not working inside options. I have this code (own type, extra options and links): ```rst .. usecase:: Create object-driven documentations :id: UC_OBJECT :requires: [[links_from_content()]] :version:...

Currently, we do not have any special tests for the parallel build. So some code-parts get not checked, e.g. env merge algorithm, doctree handling, ... The test itself is not...

The config option [needs-include-needs](https://sphinxcontrib-needs.readthedocs.io/en/latest/configuration.html#needs-include-needs) shall delete the needs of the documentation and therefore doesn't trigger other Sphinx-Needs features. Right now `needs-include-needs` is not respected everywhere, so that the complete code...

Changes for supporting Sphinx 1.7 are already merged. So could you please release a new version on pypi so that the pip dependency management is working? Otherwise pip installs an...

Is it correct that this plugin is only able to build a single file (the master index file) and not linked/mentioned ones in toctree directives? If I try to use...

I'm calling `conf_page_maker` like ``` conf_page_maker publisher.yml --user [email protected] -pid 12345123 ``` My publisher.yml config file: ``` version: 2 url: https://xy.atlassian.net/wiki base_dir: _build/json/ pages: - title: test me ``` As...

To allow users to define the content of a needs.json file and to keep multiple of these configurations available without making changes in the ``conf.py`` file, dynamic ``needs.json`` builders shall...

I get an error when using needextend with a filter string. Example: ```rst .. needextend:: id == "SPHINX-NEEDS" :featured: True ``` Error: ``sphinx_needs.api.exceptions.NeedsInvalidFilter: Provided id id == "SPHINX-NEEDS" for needextend...

bug

First of all, thanks for this great extension. I'm searching for a way to generate the rst-files based on data files I have. So for each data file, I would...

enhancement