-
-
Notifications
You must be signed in to change notification settings - Fork 639
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: Failed compilation of online documentation #1021
Comments
Thanks. I spotted that and added the required I use an old version of Sphinx (1.2.3) in my local env due to some issue with PDF generation in later versions (I think) so the issue may be with older Here is the log:
```
Read the Docs build information
Build id: 22277933
Project: xlsxwriter
Version: latest
Commit: 9c5fb67
Date: 2023-10-19T08:03:16.611160Z
State: finished
Success: False
[rtd-command-info] start-time: 2023-10-19T08:03:23.058572Z, end-time: 2023-10-19T08:03:25.640946Z, duration: 2, exit-code: 0 [rtd-command-info] start-time: 2023-10-19T08:03:26.130999Z, end-time: 2023-10-19T08:03:30.067741Z, duration: 3, exit-code: 0
[rtd-command-info] start-time: 2023-10-19T08:03:30.756975Z, end-time: 2023-10-19T08:03:31.233052Z, duration: 0, exit-code: 0 You are in 'detached HEAD' state. You can look around, make experimental If you want to create a new branch to retain commits you create, you may git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 9c5fb67 Prep for release 3.1.9 [rtd-command-info] start-time: 2023-10-19T08:03:31.880172Z, end-time: 2023-10-19T08:03:31.938633Z, duration: 0, exit-code: 0 [rtd-command-info] start-time: 2023-10-19T08:03:32.554301Z, end-time: 2023-10-19T08:03:32.612417Z, duration: 0, exit-code: 0 .readthedocs.yamlRead the Docs configuration fileSee https://docs.readthedocs.io/en/stable/config-file/v2.html for detailsRequiredversion: 2 Set the version of Python and other tools you might needbuild: Build documentation in the docs/ directory with Sphinxsphinx: We recommend specifying your dependencies to enable reproducible builds:https://docs.readthedocs.io/en/stable/guides/reproducible-builds.htmlpython:install:- requirements: docs/requirements.txt[rtd-command-info] start-time: 2023-10-19T08:03:41.163485Z, end-time: 2023-10-19T08:03:41.237206Z, duration: 0, exit-code: 0 [rtd-command-info] start-time: 2023-10-19T08:03:42.131728Z, end-time: 2023-10-19T08:03:43.169698Z, duration: 1, exit-code: 0 [rtd-command-info] start-time: 2023-10-19T08:03:43.659026Z, end-time: 2023-10-19T08:03:54.268989Z, duration: 10, exit-code: 0 [rtd-command-info] start-time: 2023-10-19T08:03:54.808287Z, end-time: 2023-10-19T08:04:00.290756Z, duration: 5, exit-code: 0 [rtd-command-info] start-time: 2023-10-19T08:04:08.681572Z, end-time: 2023-10-19T08:04:08.734940Z, duration: 0, exit-code: 0 extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.extlinks'] project = u'XlsxWriter' version = '3.1.9' exclude_patterns = [] sys.path.append(os.path.abspath('_themes')) latex_elements = { latex_logo = '_images/logo.png' texinfo_documents = [ epub_title = 'XlsxWriter' linkcheck_ignore = ["https://www.paypal.com"] extlinks = {'issue': ('https://github.com/jmcnamara/XlsxWriter/issues/%s', 'Issue #'), ########################################################################### auto-created readthedocs.org specific configuration########################################################################### The following code was added during an automated build on readthedocs.orgIt is auto created and injected for every build. The result is based on theconf.py.tmpl file found in the readthedocs.org codebase:https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmplNote: this file shouldn't rely on extra dependencies.import importlib Borrowed from six.PY3 = sys.version_info[0] == 3 from sphinx import version_info Get suffix for proper linking to GitHubThis is deprecated in Sphinx 1.3+,as each page can have its own suffixif globals().get('source_suffix', False): Add RTD Static Path. Add to the end because it overwrites previous files.if not 'html_static_path' in globals(): Define this variable in case it's not defined by the user.It defaults to
|
I fixed the build error but the output docs are fubarred now. I'll look into it. |
I've reverted to the readthedocs theme for now and I will work to reinstate the bootstrap theme when I get a chance. |
I moved to using the pydata theme which was closest to the original Bootstrap theme that I originally used. It seems to have better accessibility choices as well. Anyway the docs should be up to date now. Closing. |
Current behavior
I first noticed that the version of the Online documentation didn't match the more recent releases (3.1.5 from September 24th instead of latest 3.1.9).
I just looked into it a bit more, and it seems that the recent compilations are failing on Read the Docs.
Just putting up a notice in case you weren't aware of this issue.
Expected behavior
Successful compilation so latest documentation is available.
Environment
- Python online documentation
Any other information
No response
The text was updated successfully, but these errors were encountered: