Blame doc/html/build_this.html

Packit fd8b60
Packit fd8b60
Packit fd8b60
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Packit fd8b60
Packit fd8b60
<html xmlns="http://www.w3.org/1999/xhtml">
Packit fd8b60
  <head>
Packit fd8b60
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Packit fd8b60
    <title>How to build this documentation from the source — MIT Kerberos Documentation</title>
Packit fd8b60
    <link rel="stylesheet" href="_static/agogo.css" type="text/css" />
Packit fd8b60
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
Packit fd8b60
    <link rel="stylesheet" href="_static/kerb.css" type="text/css" />
Packit fd8b60
    <script type="text/javascript">
Packit fd8b60
      var DOCUMENTATION_OPTIONS = {
Packit fd8b60
        URL_ROOT:    './',
Packit fd8b60
        VERSION:     '1.18.2',
Packit fd8b60
        COLLAPSE_INDEX: false,
Packit fd8b60
        FILE_SUFFIX: '.html',
Packit fd8b60
        HAS_SOURCE:  true,
Packit fd8b60
        SOURCELINK_SUFFIX: '.txt'
Packit fd8b60
      };
Packit fd8b60
    </script>
Packit fd8b60
    <script type="text/javascript" src="_static/jquery.js"></script>
Packit fd8b60
    <script type="text/javascript" src="_static/underscore.js"></script>
Packit fd8b60
    <script type="text/javascript" src="_static/doctools.js"></script>
Packit fd8b60
    <link rel="author" title="About these documents" href="about.html" />
Packit fd8b60
    <link rel="index" title="Index" href="genindex.html" />
Packit fd8b60
    <link rel="search" title="Search" href="search.html" />
Packit fd8b60
    <link rel="copyright" title="Copyright" href="copyright.html" />
Packit fd8b60
    <link rel="next" title="Contributing to the MIT Kerberos Documentation" href="about.html" />
Packit fd8b60
    <link rel="prev" title="Copyright" href="copyright.html" /> 
Packit fd8b60
  </head>
Packit fd8b60
  <body>
Packit fd8b60
    
Packit fd8b60
        
Packit fd8b60
            
Packit fd8b60
            
Packit fd8b60
            

MIT Kerberos Documentation

Packit fd8b60
            
Packit fd8b60
            
Packit fd8b60
                
Packit fd8b60
        
Packit fd8b60
            accesskey="C">Contents |
Packit fd8b60
        
Packit fd8b60
            accesskey="P">previous |
Packit fd8b60
        
Packit fd8b60
            accesskey="N">next |
Packit fd8b60
        
Packit fd8b60
            accesskey="I">index |
Packit fd8b60
        
Packit fd8b60
            accesskey="S">Search |
Packit fd8b60
    feedback
Packit fd8b60
            
Packit fd8b60
        
Packit fd8b60
    
Packit fd8b60
Packit fd8b60
    
Packit fd8b60
      
Packit fd8b60
        
Packit fd8b60
            
Packit fd8b60
      
Packit fd8b60
        
Packit fd8b60
          
Packit fd8b60
            
Packit fd8b60
  
Packit fd8b60

How to build this documentation from the source

Packit fd8b60

Pre-requisites for a simple build, or to update man pages:

Packit fd8b60
    Packit fd8b60
  • Sphinx 1.0.4 or higher (See https://www.sphinx-doc.org) with the
  • Packit fd8b60
    autodoc extension installed.
    Packit fd8b60
    Packit fd8b60

    Additional prerequisites to include the API reference based on Doxygen

    Packit fd8b60
    markup:

    Packit fd8b60
      Packit fd8b60
    • Python 2.5 with the Cheetah, lxml, and xml modules
    • Packit fd8b60
    • Doxygen
    • Packit fd8b60
      Packit fd8b60
      Packit fd8b60

      Simple build without API reference

      Packit fd8b60

      To test simple changes to the RST sources, you can build the

      Packit fd8b60
      documentation without the Doxygen reference by running, from the doc
      Packit fd8b60
      directory:

      Packit fd8b60
      sphinx-build . test_html