malsabbagh-mhp

Results 3 comments of malsabbagh-mhp

Hi @chrisjsewell, Thank you for your response. I've been working with a custom builder that extends the `Builder` class and overrides the following functions: `write`, `write_doc`, `get_target_uri`, `finish`, `get_outdated_docs`, `prepare_writing`,...

@chrisjsewell thanks for your reply. In my `conf.py`, I've configured [needs_build_json](https://sphinx-needs.readthedocs.io/en/latest/configuration.html#needs-build-json) to True, and Sphinx-needs automatically sets up the call to `build_needs_json` upon completion of the build process. You can...

Solved by adding `post_process_needs_data(self.app)` to the `finish(self)` function. Thanks!