[PYTHON] Implementation of MathJax on Sphinx

Fill in conf.py

# mathjax
extensions.append( 'mathjax' )
# explicitly referrence to mathjax( URL or PATH ( absolute ) )
mathjax_path = 'http://mathjax.connectmv.com/MathJax.js'
mathjax_path +='?config=default' # for mathjax v1.1

In MathJax v1.1, it seems that it is necessary to add the default setting.

You can also install MathJax locally to handle it.

import os.path
mathjax_path = os.path.extenduser('~/lib/java/MathJax/MathJax.js')

Recommended Posts

Implementation of MathJax on Sphinx
GPU ~ Implementation of PlaidML on Mac ~ (as of May 2020)
Implementation of Fibonacci sequence
Fix IOError on sphinx
Implementation of personally optimized photo frames on Raspberry Pi
Quantum computer implementation of quantum walk 2
Implementation of TF-IDF using gensim
Explanation and implementation of SocialFoceModel
Sphinx-autobuild (0.5.2) on Windows7, Python 3.5.1, Sphinx 1.3.5
Implementation of game theory-Prisoner's dilemma-
Handling of python on mac
Implementation of independent component analysis
Quantum computer implementation of quantum walk 3
Python implementation of particle filters
Implementation of quicksort in Python
Quantum computer implementation of quantum walk 1
Deep reinforcement learning 2 Implementation of reinforcement learning
Implementation of Scale-space for SIFT
Implementation of Bulk Update with mongo-go-driver
Introduction and Implementation of JoCoR-Loss (CVPR2020)
Explanation and implementation of ESIM algorithm
Introduction and implementation of activation function
Easy installation of OpenCV on RaspberryPi 3+
Qiskit: Implementation of quantum Boltzmann machine
Memorandum on Memoization of recursive series
Python implementation of self-organizing particle filters
Summary of basic implementation by PyTorch
Implementation of a simple particle filter
Implementation of a two-layer neural network 2
Implementation of login function in Django
Qiskit: Implementation of Quantum Hypergraph States
Scraping news of incidents on livedoor
Install Sphinx on Mac OS X
Memorandum on Memoization of recursive functions
Completion of docker command on Linux
Quantum computer implementation of 3-state quantum walk
Einsum implementation of value iterative method
Implementation of life game in Python
Explanation and implementation of simple perceptron
Environment construction of python3.8 on mac
Location of pip.ini (pip.conf) on Windows 10
Implementation of desktop notifications using Python
An implementation of ArcFace for TensorFlow
implementation of c / c ++> RingBuffer (N margins)
Python implementation of non-recursive Segment Tree
Implementation of Light CNN (Python Keras)
Qiskit: Implementation of QAOA without Qiskit Aqua
Implementation of original sorting in Python
Implementation of Dijkstra's algorithm with python
Django blog on heroku: login implementation
Environment construction of "Tello_Video" on Ubuntu
Confirmed Vendor-dependent power saving implementation method of Linux Kernel based on i.mx6.
[Java] [Linux] Investigating how the implementation of Java child processes on Linux is realized