Skip to content

Commit

Permalink
Make static doc more modular & less duplicated, fix for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jun 16, 2019
1 parent d7ae641 commit 200dbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'.txt': 'markdown',
'.md': 'markdown',
}
master_doc = 'README'
master_doc = 'index'
project = u'drf-microservice'
copyright = u'2019'
version = 'latest'
Expand Down

0 comments on commit 200dbe1

Please sign in to comment.