zrhoffman commented on PR #7754:
URL: https://github.com/apache/trafficcontrol/pull/7754#issuecomment-1696352101
It fails still
```python
python -m sphinx -T -E -b html -d _build/doctrees -D language=en .
$READTHEDOCS_OUTPUT/html
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File
"/home/docs/checkouts/readthedocs.org/user_builds/traffic-control-cdn/envs/latest/lib/python3.11/site-packages/sphinx/__main__.py",
line 13, in <module>
from sphinx.cmd.build import main
File
"/home/docs/checkouts/readthedocs.org/user_builds/traffic-control-cdn/envs/latest/lib/python3.11/site-packages/sphinx/cmd/build.py",
line 25, in <module>
from sphinx.application import Sphinx
File
"/home/docs/checkouts/readthedocs.org/user_builds/traffic-control-cdn/envs/latest/lib/python3.11/site-packages/sphinx/application.py",
line 31, in <module>
from sphinx.config import Config
File
"/home/docs/checkouts/readthedocs.org/user_builds/traffic-control-cdn/envs/latest/lib/python3.11/site-packages/sphinx/config.py",
line 21, in <module>
from sphinx.util import logging
File
"/home/docs/checkouts/readthedocs.org/user_builds/traffic-control-cdn/envs/latest/lib/python3.11/site-packages/sphinx/util/__init__.py",
line 41, in <module>
from sphinx.util.typing import PathMatcher
File
"/home/docs/checkouts/readthedocs.org/user_builds/traffic-control-cdn/envs/latest/lib/python3.11/site-packages/sphinx/util/typing.py",
line 37, in <module>
from types import Union as types_Union
ImportError: cannot import name 'Union' from 'types'
(/home/docs/.asdf/installs/python/3.11
```
from https://readthedocs.org/projects/traffic-control-cdn/builds/21746091/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]