mbox series

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

Message ID cover.1736943927.git.yann.dirson@vates.tech (mailing list archive)
Headers show
Series trivial improvements to sphinx doc tooling | expand

Message

Yann Dirson Jan. 15, 2025, 12:27 p.m. UTC
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

Comments

Andrew Cooper Jan. 15, 2025, 1:33 p.m. UTC | #1
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>