-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Is it possible to add a simple feedback form on each page of my documentation project as we have copyright info now? #3568
Comments
Probably this could be a partial solution for now https://docs.readthedocs.io/en/latest/faq.html#i-want-comments-in-my-docs |
One possibility is to embed a form directly with a Like the disqus plugin @stsewd mentioned, this may be best handled by a 3rd party Sphinx plugin. |
Thank you, @stsewd and @davidfischer. I added sphinxcontrib-disqus in the con,.py file's extensions and requirements file. I ran pip install sphinxcontrib-disqus. After running make html (a local build), I get this error -
Pip install went fine though. What would be the fix for this? Thanks in Advance. |
@veenamj if you have a build URL, that would be helpful. |
There is no build URL it is just a local build. I run the command and I get this error as soon as the command is executed? |
If the build isn't on readthedocs, this doesn't sound like a readthedocs issue. Perhaps open an issue on https://github.com/Robpol86/sphinxcontrib-disqus. |
Thanks @davidfischer I will raise it as an issue on https://github.com/Robpol86/sphinxcontrib-disqus. |
I haven't posted anything on the disqus site. It looks like we need to create an account on Disqus site and add that to our project as described in http://www.milos.curuvija.com/miscellaneous/sphinx/how_to_integrate_disqus_with_sphinx.html @davidfischer and @stsewd - This is FYI. |
I'm going to close this as it doesn't appear to be a RTD issue. |
I'm also looking for a solution to add a feedback option at the bottom of readthedocs pages. either a stars, thumbs up/down...anyone have luck doing this? |
@tinhoang-cerebras Hi! There is a long conversation on another project about this that you can read to get more ideas: pypa/pip#8784. Read the Docs does not officially support any kind of feedback right now. |
Details
Expected Result
*We need to add a feedback form at the bottom of each page. So, is there any solution. I could get this #2533 but it is still an open issue.
Actual Result
*Request tips to add a feedback form.
The text was updated successfully, but these errors were encountered: