Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I wanted to contribute and I had the idea of translating the documentation to spanish, as I am a native spanish speaker myself, I didn't know anything about sphinx, so I read a lot and begin to understand it. I still have a lot of work and research to do, but I wanted to publish this to have some feedback before. It is also my first time using git seriously. I am really sorry if I am doing something wrong.
I used sphinx-intl to generate the .po's. And I have translated the index page completely. I still don't know how this would integrate in the main webpage. I used
sphinx-build -D language=es . _build\es
to build the translated html's. The translated files are in the \locales\es\LC_MESSAGES folder because it was the sphinx-intl default.The translation may have ortographic error, but I have reviewed it several time making corrections.