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

rtd: fix docs, add requirements #3

Merged
merged 1 commit into from
Mar 3, 2024
Merged

rtd: fix docs, add requirements #3

merged 1 commit into from
Mar 3, 2024

Conversation

joshlay
Copy link
Owner

@joshlay joshlay commented Mar 3, 2024

Building docs was failing with this:

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/amdgpu-stats/envs/stable/lib/python3.11/site-packages/sphinx/registry.py", line 447, in load_extension
    mod = import_module(extname)
          ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/docs/.asdf/installs/python/3.11.6/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'sphinx_rtd_theme'

Adding/using requirements should help

@joshlay joshlay merged commit 479d00c into master Mar 3, 2024
4 checks passed
@joshlay joshlay deleted the fixdocs branch March 3, 2024 04:01
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.

1 participant