Roseau_Load_Flow
Roseau_Load_Flow copied to clipboard
Sphinx configuration improvements
Small improvements of the Sphinx configuration:
- Delete the
autodoc
configuration part (we are usingautoapi
) - Add some Intersphinx mappings
- Delete the warning for the
roseau.load_flow_engine.cy_engine
module which is not found when generating the documentation.
@alihamdan By the way, the command make linkcheck
already exists and checks all the external links found in the documentation. We should run it sometimes to ensure the documentation is up-to-date.