Hi,,
I have a problem. Advise me how to build a translated html page. I need it to check the translation. Ever since .po files merged into one I can't build html pages for the manual. So far, I have used this command:
"sphinx-build -b html -D language=sk ./manual ./build/html"
It ends after loading 59% of resources with the following error message:
"Recursion error"
I tried inserting these lines into the conf.py file,
import sys
sys.setrecursionlimit (1500)
but it didn't help.
Jozef Matta