Skip to content

Commit bc21976

Browse files
Koray KırlıKorayKirli
Koray Kırlı
authored andcommitted
format requirements
1 parent 0ff7a99 commit bc21976

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/application_features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The DataMeta application stack comprises three main applications:
88
* A [memcached](https://memcached.org/) server
99
* A [PostgreSQL](https://www.postgresql.org/) database server
1010

11-
### Relational data model
11+
## Relational data model
1212

1313
![erdiag](./img/datameta.erm.svg)
1414

docs/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@
5959
html_logo = "img/logo.png"
6060

6161
html_theme_options = {
62-
'logo_only': True
62+
'logo_only': True,
63+
'navigation_depth': 3
6364
}
65+
6466
# Add any paths that contain custom static files (such as style sheets) here,
6567
# relative to this directory. They are copied after the builtin static files,
6668
# so a file named "default.css" will overwrite the builtin "default.css".

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# these requirements are needed for sphinx readthedocs builds
2+
# app requirements can be found on setup.py
13
sphinx
24
sphinxcontrib-openapi
35
recommonmark

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@
4747
'SQLAlchemy',
4848
'transaction',
4949
'zope.sqlalchemy',
50-
'pyramid_openapi3',
51-
'sphinx',
52-
'sphinxcontrib-openapi'
50+
'pyramid_openapi3'
5351
]
5452

5553
tests_require = [

0 commit comments

Comments
 (0)