Skip to content

Commit f3e2438

Browse files
committed
docs: sphinx conf updated to v2 compatible
1 parent 7e2abee commit f3e2438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# oauth2-server documentation build configuration file, created by
3+
# @node-oauth/oauth2-server documentation build configuration file, created by
44
# sphinx-quickstart on Thu Nov 17 16:47:05 2016.
55
#
66
# This file is execfile()d with the current directory set to its containing dir.
@@ -272,5 +272,5 @@
272272
highlight_language = 'js'
273273

274274
def setup(app):
275-
app.add_stylesheet('custom.css')
275+
app.add_css_file('custom.css')
276276

0 commit comments

Comments
 (0)