From f1c84fc8da3b0fac79dcf65870655dab0d9685b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 3 May 2019 15:38:10 +0200 Subject: [PATCH] try to fix compilation on rtd --- .readthedocs.yml | 13 +++++++++++++ requirements.txt | 14 +++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..7ed72d3ef --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,13 @@ +version: 2 + +sphinx: + configuration: source/conf.py + +python: + version: 3.5 + install: + - requirements: requirements.txt + - method: pip + + + diff --git a/requirements.txt b/requirements.txt index d74be6a1b..53c6c3ddf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,13 @@ -#git+https://github.com/fabpot/sphinx-php.git@52f7bd2216cc22ef52494f346c5643bb2a74513f#egg=sphinx-php +alabaster==0.7.10 +Babel==2.4.0 +docutils==0.13.1 +imagesize==0.7.1 +Jinja2==2.10.1 +MarkupSafe==1.0 +Pygments==2.2.0 +pytz==2017.2 +requests==2.20.0 +six==1.10.0 +snowballstemmer==1.2.1 +Sphinx==1.3.6 +git+https://github.com/fabpot/sphinx-php.git@7312eccce9465640752e51373a480da700e02345#egg_name=sphinx-php