[XEN PATCH v2 0/3] trivial improvements to sphinx doc tooling

Yann Dirson posted 3 patches 2 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1736943927.git.yann.dirson@vates.tech
.gitignore      | 17 -----------------
docs/.gitignore | 15 +++++++++++++++
docs/conf.py    |  3 ++-
3 files changed, 17 insertions(+), 18 deletions(-)
create mode 100644 docs/.gitignore
[XEN PATCH v2 0/3] trivial improvements to sphinx doc tooling
Posted by Yann Dirson 2 weeks, 6 days ago
changes:
v2:
* move import up and adjust "path setup" instructions
* new patch for .gitignore rationalisation

Yann Dirson (3):
  docs/sphinx: import sys for error reporting
  docs: rationalise .gitignore
  docs/sphinx: gitignore generated files

 .gitignore      | 17 -----------------
 docs/.gitignore | 15 +++++++++++++++
 docs/conf.py    |  3 ++-
 3 files changed, 17 insertions(+), 18 deletions(-)
 create mode 100644 docs/.gitignore

-- 
2.39.5



Yann Dirson | Vates Platform Developer

XCP-ng & Xen Orchestra - Vates solutions

web: https://vates.tech
Re: [XEN PATCH v2 0/3] trivial improvements to sphinx doc tooling
Posted by Andrew Cooper 2 weeks, 6 days ago
On 15/01/2025 12:27 pm, Yann Dirson wrote:
> changes:
> v2:
> * move import up and adjust "path setup" instructions
> * new patch for .gitignore rationalisation
>
> Yann Dirson (3):
>   docs/sphinx: import sys for error reporting
>   docs: rationalise .gitignore
>   docs/sphinx: gitignore generated files

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>