8000 Move Sphinx files to _theme · symfony/symfony-docs@a10683b · GitHub
[go: up one dir, main page]

Skip to content

Commit a10683b

Browse 8000 files
wouterjweaverryan
authored andcommitted
Move Sphinx files to _theme
1 parent f931d83 commit a10683b

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

conf.py

Expand all lines: conf.py
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#sys.path.insert(0, os.path.abspath('.'))
2020

2121
sys.path.append(os.path.abspath('_exts'))
22-
sys.path.append(os.path.abspath('.platform/_exts'))
22+
sys.path.append(os.path.abspath('_theme/_exts'))
2323

2424
# adding PhpLexer
2525
from sphinx.highlighting import lexers
@@ -42,7 +42,7 @@
4242
]
4343

4444
# Add any paths that contain templates here, relative to this directory.
45-
templates_path = ['.platform/_templates']
45+
templates_path = ['_theme/_templates']
4646

4747
# The suffix of source filenames.
4848
source_suffix = '.rst'
@@ -78,7 +78,7 @@
7878

7979
# List of patterns, relative to source directory, that match files and
8080
# directories to ignore when looking for source files.
81-
# exclude_patterns = ['_build', 'bundles']
81+
exclude_patterns = ['_theme']
8282

8383
# The reST default role (used for this markup: `text`) to use for all documents.
8484
#default_role = None

0 commit comments

Comments
 (0)
0