vberlier / mudkip

A friendly Sphinx wrapper.
https://vberlier.github.io/mudkip/
MIT License
9 stars 2 forks source link

cannot generate latex without conf.py #206

Closed epogrebnyak closed 2 years ago

epogrebnyak commented 2 years ago

I tried building latex with sphinx-build - but for that I miss conf.py

λ sphinx-build -b latex docs/ docs/_latex/
Running Sphinx v4.5.0

Configuration error:
missing conf.py file (q:\chaos\docs)

Should mudkip be able to write temporary conf.py or there is a different way to invoke labex build without conf.py?

epogrebnyak commented 2 years ago

Here is a repo I set up to explore PDF generation - it works of Sphinx side, some problems with Cyrillic charactes, but they are always countless:

https://github.com/epogrebnyak/sphinx-pdf-with-mudkip/

Closing issue as everything on mudkip side works.