Skip to content

Commit

Permalink
docs: sphinx conf updated to v2 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Nov 6, 2023
1 parent 7e2abee commit f3e2438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# oauth2-server documentation build configuration file, created by
# @node-oauth/oauth2-server documentation build configuration file, created by
# sphinx-quickstart on Thu Nov 17 16:47:05 2016.
#
# This file is execfile()d with the current directory set to its containing dir.
Expand Down Expand Up @@ -272,5 +272,5 @@
highlight_language = 'js'

def setup(app):
app.add_stylesheet('custom.css')
app.add_css_file('custom.css')

0 comments on commit f3e2438

Please sign in to comment.