Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Questo repository è archiviato. Puoi vedere i file e clonarli, ma non puoi effettuare richieste di pushj o aprire problemi/richieste di pull.
 
 
 
 
 
 

14 righe
311 B

  1. """Sphinx Nameko Theme.
  2. A fork of https://github.com/ignacysokolowski/sphinx-readable-theme for use
  3. in Nameko (https://github.com/onefinestay/nameko)
  4. """
  5. import os
  6. def get_html_theme_path():
  7. """Return path to directory containing package theme."""
  8. return os.path.abspath(os.path.dirname(__file__))