27/11/2024 12:41, Paul Szczepanek:
> +# don't append html dir if dst is already nested in one but first
> +# remove the part of the path outside the tree in case html dir exists
> there
> +rel_path = os.path.relpath(dst, os.path.dirname(__file__))
> +html_dst = dst if 'html' in rel
To facilitate deploying docs to the website
and make paths more consistent remove the html
directory from nested docs.
Signed-off-by: Paul Szczepanek
Reviewed-by: Luca Vizzarro
---
buildtools/call-sphinx-build.py | 7 +--
doc/api/meson.build | 2 +-
2 files changed, 6 insertions
2 matches
Mail list logo