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

add support for sphinx >=1.8.5 #26

Open
mherkazandjian opened this issue Nov 5, 2020 · 2 comments
Open

add support for sphinx >=1.8.5 #26

mherkazandjian opened this issue Nov 5, 2020 · 2 comments
Assignees

Comments

@mherkazandjian
Copy link
Owner

There seems to be an issue when sphinx==1.8.5 is used.

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.

another issue is with logger. There is a depracation warning that has been added in sphinx==1.8.5 for that.

@mherkazandjian
Copy link
Owner Author

the logger info error is fixed in 28e1e2b
still need to fix the unicode issue,

@mherkazandjian
Copy link
Owner Author

related pull request #27

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

No branches or pull requests

1 participant