From d2dacc3443fd52328f8adc193bf1bee601e5d7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Koray=20K=C4=B1rl=C4=B1?= Date: Tue, 2 Mar 2021 09:53:11 +0100 Subject: [PATCH] format requirements --- docs/application_features.md | 2 +- docs/conf.py | 4 +++- requirements.txt | 2 ++ setup.py | 4 +--- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/application_features.md b/docs/application_features.md index 886076a6..515b3ac2 100644 --- a/docs/application_features.md +++ b/docs/application_features.md @@ -8,7 +8,7 @@ The DataMeta application stack comprises three main applications: * A [memcached](https://memcached.org/) server * A [PostgreSQL](https://www.postgresql.org/) database server -### Relational data model +## Relational data model ![erdiag](./img/datameta.erm.svg) diff --git a/docs/conf.py b/docs/conf.py index baabf490..772e80ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,8 +59,10 @@ html_logo = "img/logo.png" html_theme_options = { - 'logo_only': True + 'logo_only': True, + 'navigation_depth': 3 } + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". diff --git a/requirements.txt b/requirements.txt index dfa30bcf..d870b802 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +# these requirements are needed for sphinx readthedocs builds +# app requirements can be found on setup.py sphinx sphinxcontrib-openapi recommonmark \ No newline at end of file diff --git a/setup.py b/setup.py index d5b7308c..5e937828 100644 --- a/setup.py +++ b/setup.py @@ -47,9 +47,7 @@ 'SQLAlchemy', 'transaction', 'zope.sqlalchemy', - 'pyramid_openapi3', - 'sphinx', - 'sphinxcontrib-openapi' + 'pyramid_openapi3' ] tests_require = [