Daniel Woste

Results 188 comments of Daniel Woste

Not really. Some tests were made to reset the link-target in Sphinx. But somehow Sphinx does not really accept these changes and is still using the original links/references.

Sorry to say, but not from my side, as the available time is quite low. But I would happily support everybody, who jumps in and tries to make this possible.

I totally understand the concerns regarding the first steps and there is definitely room for improvements. In the last weeks I have set up a Sphinx-Needs demo project, you can...

Thanks for reporting. For me, this is the expected behavior. There is only one master for the configuration, the `conf.py` file. If you import needs from an external source, your...

Argh, got your problem now. And you are right, this is a bug. `add_extra_option` adds the new config to our internal Config class. But the `external_needs` code is [taking](https://github.com/useblocks/sphinx-needs/blob/master/sphinx_needs/external_needs.py#L83) it...