Skip to content

Fix docs, pkg_resources not found - #231

Merged
pdimov merged 1 commit into
boostorg:developfrom
sdarwin:feature/docs3
Aug 24, 2026
Merged

Fix docs, pkg_resources not found#231
pdimov merged 1 commit into
boostorg:developfrom
sdarwin:feature/docs3

Conversation

@sdarwin

@sdarwin sdarwin commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Building boost docs on Ubuntu 26.04 Sphinx 9.1.0.
pkg_resources is no longer available.
I tested the current pipeline and the modification seems to be compatible.

Error:

None.
Loaded Extensions
# None.
Traceback
      File "/opt/venvboostdocs/lib/python3.14/site-packages/sphinx/config.py", line 611, in eval_config_file
        raise ConfigError(msg % traceback.format_exc()) from exc
    sphinx.errors.ConfigError: There is a programmable error in your configuration file:
   
    Traceback (most recent call last):
      File "/opt/venvboostdocs/lib/python3.14/site-packages/sphinx/config.py", line 596, in eval_config_file
        exec(code, namespace) # NoQA: S102
        ~~~~^^^^^^^^^^^^^^^^^
      File "/opt/boostorg/boost-root/libs/hof/doc/conf.py", line 27, in <module>
        from pkg_resources import parse_version
    ModuleNotFoundError: No module named 'pkg_resources'
The full traceback has been saved in:
/tmp/sphinx-err-64pd5pq1.log

@sdarwin

sdarwin commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

This is a small docs fix. It is a blocker for an upgrade of the boostorg deployment container.

@sdarwin

sdarwin commented Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

@pdimov , please merge this, if possible

@pdimov
pdimov merged commit 462ccc6 into boostorg:develop Aug 24, 2026
0 of 14 checks passed
@sdarwin

sdarwin commented Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Thanks @pdimov ! Progress on the build containers is still blocked though. Since the master branch is lagging the develop branch by 3 years. There aren't many changes, almost none, but still check that... And then ... merge to master. Also cc @pfultz2

@pdimov

pdimov commented Aug 24, 2026

Copy link
Copy Markdown
Member

Merged develop to master. There were only two commits, one for the modular b2 by Rene and another fixing typos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants