Skip to content

Commit

Permalink
Fix Sphinx base path for generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodiegoss committed Oct 8, 2020
1 parent 7155217 commit b93b188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ARte/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ def debug(request):
LOGOUT_REDIRECT_URL = 'home'

# Sphinx docs
DOCS_ROOT = os.path.join('../../', 'build/')
DOCS_ROOT = os.path.join(BASE_DIR, '../../build/')

0 comments on commit b93b188

Please sign in to comment.