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

[BUG] Documentation prints warnings when building with BKR_PY3=1 make #171

Open
mdujava opened this issue Jun 6, 2023 · 0 comments
Open
Labels

Comments

@mdujava
Copy link
Member

mdujava commented Jun 6, 2023

Describe the bug
Using release-28 or develop branch to build documentation will cause some working to be printed.

28.3

To Reproduce
Steps to reproduce the behavior:

  1. Clone repo
  2. checkout release-28 or develop branch
  3. BKR_PY=1 make clean build
  4. warnings shown:
WARNING: unknown directive or role name: http:patch
/root/beaker/documentation/whats-new/release-0.16.rst:45: ERROR: Unknown interpreted text role "http:patch".
WARNING: unknown directive or role name: http:get
/root/beaker/documentation/whats-new/release-0.17.rst:166: ERROR: Unknown interpreted text role "http:get".

Additional context
Extension sphinxcontrib.httpdomain is missing in documentation/conf.py as well as in beaker.spec as a BuildRequires:

@mdujava mdujava added the bug label Jun 6, 2023
mdujava added a commit to mdujava/beaker that referenced this issue Jun 6, 2023
Fixes: beaker-project#171
Fixes: 70a4750 ("convert server API docs to use Sphinx HTTP domain")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant