Unverified Commit a946a3b1 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #1936 from rbberger/doc-fixes

Documentation updates
parents fa7085be 1554aef4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -334,3 +334,6 @@ from sphinx.highlighting import lexers
lexers['LAMMPS'] = LAMMPSLexer.LAMMPSLexer(startinline=True)

sys.path.append(os.path.join(os.path.dirname(__file__), '../../../python'))

# avoid syntax highlighting in blocks that don't specify language
highlight_language = 'none'