Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor generating of stories and lint check docs #2441

Merged
merged 1 commit into from
Nov 2, 2023
Merged

Commits on Nov 2, 2023

  1. Refactor generating of stories and lint check docs

    The code generating rst files from stories and linter sources was part
    of `docs/conf.py`. Hopefully, there will be more generated rst sources
    from tmt code, therefore doing a small cleanup:
    
    * code generating doc sources from tmt code has been moved into
      stand-alone scripts, with a bit of docs and polishing.
    * `docs/Makefile` and `Makefile` have been modified to offer nice help
      and use the new scripts for generating stuff, in a more make-like
      fashion, instead of letting `conf.py` control their creation.
    happz authored and psss committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6b423be View commit details
    Browse the repository at this point in the history