mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
8 lines
121 B
Python
8 lines
121 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import sys, os
|
|
|
|
templates_path = ['_templates']
|
|
master_doc = 'index'
|
|
html_theme = 'base_theme2'
|