We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There seems to be an issue when sphinx==1.8.5 is used.
sphinx==1.8.5
try
pip install -r requirements.txt
where requirements.txt has the following content:
pytest==6.1.2 docutils==0.15 sphinx==1.8.5 python-docx>=0.8.6 nose==1.3.7
the same behavior is observed for higher versions of sphinx, e.g 3.3.0.
I think this is related to unicode related text in the .rst files. #24 seems to be related.
.rst
another issue is with logger. There is a depracation warning that has been added in sphinx==1.8.5 for that.
The text was updated successfully, but these errors were encountered:
the logger info error is fixed in 28e1e2b still need to fix the unicode issue,
Sorry, something went wrong.
related pull request #27
mherkazandjian
No branches or pull requests
There seems to be an issue when
sphinx==1.8.5
is used.try
where requirements.txt has the following content:
the same behavior is observed for higher versions of sphinx, e.g 3.3.0.
I think this is related to unicode related text in the
.rst
files. #24 seems to be related.another issue is with logger. There is a depracation warning that has been added in sphinx==1.8.5 for that.
The text was updated successfully, but these errors were encountered: