executablebooks / sphinx-comments

hypothes.is interaction layer with Sphinx
https://sphinx-comments.readthedocs.io
MIT License
20 stars 8 forks source link

comments not work in my repo #21

Closed da1234cao closed 1 year ago

da1234cao commented 1 year ago

Describe the bug

context

I have set comments in my conf.py

extensions = [
    'recommonmark',
    'sphinx_markdown_tables',
    'sphinx_comments'
]

comments_config = {
    "hypothesis": True,
    "utterances": {
        "repo": "da1234cao/dacao-reading-notes",
    },
    # "dokieli": True
}

However, in online books, utterances is not work

Reproduce the bug

git clone git@github.com:da1234cao/dacao-reading-notes.git
sphinx-autobuild.exe .\source\ .\build\html\

List your environment

The following is the build process of readthedocs:https://readthedocs.org/projects/dacao-reading-notes/builds/21245507/

welcome[bot] commented 1 year ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

da1234cao commented 1 year ago

I know where I am going wrong.