Skip to content

Commit

Permalink
format requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
KorayKirli committed Mar 2, 2021
1 parent 9b9059d commit d2dacc3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/application_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# these requirements are needed for sphinx readthedocs builds
# app requirements can be found on setup.py
sphinx
sphinxcontrib-openapi
recommonmark
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
'SQLAlchemy',
'transaction',
'zope.sqlalchemy',
'pyramid_openapi3',
'sphinx',
'sphinxcontrib-openapi'
'pyramid_openapi3'
]

tests_require = [
Expand Down

0 comments on commit d2dacc3

Please sign in to comment.