diff --git a/docs/README.rst b/docs/README.rst index f6011b2c6..0a343cd19 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -11,7 +11,7 @@ Setup the environment --------------------- To compile the documentation you need Sphinx Python library. To install it -and all its dependencies run +and all its dependencies run the following command from this dir :: diff --git a/docs/requirements.txt b/docs/requirements.txt index 44e97ceb1..d3dcb97be 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -'Sphinx >= 1.3' +Sphinx>=1.3 sphinx_rtd_theme \ No newline at end of file